SchemaListItem
An object that contains minimal details for a schema.
Contents
- CreatedTime
-
The date and time that a schema was created.
Type: String
Required: No
- Description
-
A description for the schema.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Required: No
- RegistryName
-
the name of the registry where the schema resides.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9-_$#.]+
Required: No
- SchemaArn
-
The Amazon Resource Name (ARN) for the schema.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10240.
Pattern:
arn:(aws|aws-us-gov|aws-cn):glue:.*
Required: No
- SchemaName
-
The name of the schema.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9-_$#.]+
Required: No
- SchemaStatus
-
The status of the schema.
Type: String
Valid Values:
AVAILABLE | PENDING | DELETING
Required: No
- UpdatedTime
-
The date and time that a schema was updated.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: