clouddirectory_apply_schema {paws.security.identity} | R Documentation |
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema
Description
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema.
See https://www.paws-r-sdk.com/docs/clouddirectory_apply_schema/ for full documentation.
Usage
clouddirectory_apply_schema(PublishedSchemaArn, DirectoryArn)
Arguments
PublishedSchemaArn |
[required] Published schema Amazon Resource Name (ARN) that needs to be copied. For more information, see arns. |
DirectoryArn |
[required] The Amazon Resource Name (ARN) that is associated with the Directory into which the schema is copied. For more information, see arns. |
[Package paws.security.identity version 0.7.0 Index]