View source: R/clouddirectory_operations.R
clouddirectory_create_facet | R Documentation |
Creates a new Facet in a schema. Facet creation is allowed only in development or applied schemas.
See https://www.paws-r-sdk.com/docs/clouddirectory_create_facet/ for full documentation.
clouddirectory_create_facet(
SchemaArn,
Name,
Attributes = NULL,
ObjectType = NULL,
FacetStyle = NULL
)
SchemaArn |
[required] The schema ARN in which the new Facet will be created. For more information, see arns. |
Name |
[required] The name of the Facet, which is unique for a given schema. |
Attributes |
The attributes that are associated with the Facet. |
ObjectType |
Specifies whether a given object created from this facet is of type node, leaf node, policy or index.
|
FacetStyle |
There are two different styles that you can define on any given facet,
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.