Gets details of the Facet, such as facet name, attributes, Rules, or
ObjectType
. You can call this on all kinds of schema facets --
published, development, or applied.
clouddirectory_get_facet(SchemaArn, Name)
A list with the following syntax:
list(
Facet = list(
Name = "string",
ObjectType = "NODE"|"LEAF_NODE"|"POLICY"|"INDEX",
FacetStyle = "STATIC"|"DYNAMIC"
)
)
[required] The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
[required] The name of the facet to retrieve.
svc$get_facet(
SchemaArn = "string",
Name = "string"
)