SchemaId
The unique ID of the schema in the AWS Glue schema registry.
Contents
- RegistryName
-
The name of the schema registry that contains the schema.
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) of the schema. One of
SchemaArn
orSchemaName
has to be provided.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. One of
SchemaArn
orSchemaName
has to be provided.Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[a-zA-Z0-9-_$#.]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: