View source: R/clouddirectory_operations.R
clouddirectory_create_directory | R Documentation |
Creates a Directory by copying the published schema into the directory. A directory cannot be created without a schema.
See https://www.paws-r-sdk.com/docs/clouddirectory_create_directory/ for full documentation.
clouddirectory_create_directory(Name, SchemaArn)
Name |
[required] The name of the Directory. Should be unique per account, per region. |
SchemaArn |
[required] The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.