clouddirectory_list_facet_names: Retrieves the names of facets that exist in a schema
Description
Retrieves the names of facets that exist in a schema.
Usage
clouddirectory_list_facet_names(SchemaArn, NextToken, MaxResults)
Arguments
SchemaArn
[required] The Amazon Resource Name (ARN) to retrieve facet names from.
MaxResults
The maximum number of results to retrieve.
Request syntax
svc$list_facet_names(
SchemaArn = "string",
NextToken = "string",
MaxResults = 123
)