clouddirectory_publish_schema {paws.security.identity} | R Documentation |
Publishes a development schema with a major version and a recommended minor version
Description
Publishes a development schema with a major version and a recommended minor version.
See https://www.paws-r-sdk.com/docs/clouddirectory_publish_schema/ for full documentation.
Usage
clouddirectory_publish_schema(
DevelopmentSchemaArn,
Version,
MinorVersion = NULL,
Name = NULL
)
Arguments
DevelopmentSchemaArn |
[required] The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns. |
Version |
[required] The major version under which the schema will be published. Schemas have both a major and minor version associated with them. |
MinorVersion |
The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them. |
Name |
The new name under which the schema will be published. If this is not provided, the development schema is considered. |
[Package paws.security.identity version 0.6.1 Index]