View source: R/clouddirectory_operations.R
clouddirectory_create_index | R Documentation |
Creates an index object. See Indexing and search for more information.
See https://www.paws-r-sdk.com/docs/clouddirectory_create_index/ for full documentation.
clouddirectory_create_index(
DirectoryArn,
OrderedIndexedAttributeList,
IsUnique,
ParentReference = NULL,
LinkName = NULL
)
DirectoryArn |
[required] The ARN of the directory where the index should be created. |
OrderedIndexedAttributeList |
[required] Specifies the attributes that should be indexed on. Currently only a single attribute is supported. |
IsUnique |
[required] Indicates whether the attribute that is being indexed has unique values or not. |
ParentReference |
A reference to the parent object that contains the index object. |
LinkName |
The name of the link between the parent object and the index object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.