paws.security.identity (version 0.1.0)

clouddirectory_create_schema: Creates a new schema in a development state

Description

Creates a new schema in a development state. A schema can exist in three phases:

Usage

clouddirectory_create_schema(Name)

Arguments

Name

[required] The name that is associated with the schema. This is unique to each account and in each region.

Request syntax

svc$create_schema(
  Name = "string"
)

Details

  • Development: This is a mutable phase of the schema. All new schemas are in the development phase. Once the schema is finalized, it can be published.

  • Published: Published schemas are immutable and have a version associated with them.

  • Applied: Applied schemas are mutable in a way that allows you to add new schema facets. You can also add new, nonrequired attributes to existing schema facets. You can apply only published schemas to directories.