CfnSchemaProps¶
-
class
aws_cdk.aws_glue.
CfnSchemaProps
(*, compatibility, data_format, name, schema_definition, checkpoint_version=None, description=None, registry=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::Glue::Schema
.- Parameters
compatibility (
str
) –AWS::Glue::Schema.Compatibility
.data_format (
str
) –AWS::Glue::Schema.DataFormat
.name (
str
) –AWS::Glue::Schema.Name
.schema_definition (
str
) –AWS::Glue::Schema.SchemaDefinition
.checkpoint_version (
Union
[IResolvable
,SchemaVersionProperty
,None
]) –AWS::Glue::Schema.CheckpointVersion
.description (
Optional
[str
]) –AWS::Glue::Schema.Description
.registry (
Union
[IResolvable
,RegistryProperty
,None
]) –AWS::Glue::Schema.Registry
.tags (
Optional
[List
[CfnTag
]]) –AWS::Glue::Schema.Tags
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schema.html
Attributes
-
checkpoint_version
¶ AWS::Glue::Schema.CheckpointVersion
.
-
compatibility
¶ AWS::Glue::Schema.Compatibility
.
-
data_format
¶ AWS::Glue::Schema.DataFormat
.
-
description
¶ AWS::Glue::Schema.Description
.- Link
- Return type
Optional
[str
]
-
name
¶ AWS::Glue::Schema.Name
.
-
registry
¶ AWS::Glue::Schema.Registry
.
-
schema_definition
¶ AWS::Glue::Schema.SchemaDefinition
.
AWS::Glue::Schema.Tags
.- Link
- Return type
Optional
[List
[CfnTag
]]