SchemaVersionReference
- class aws_cdk.aws_glue.SchemaVersionReference(*, version_id)
Bases:
object
A reference to a SchemaVersion resource.
- Parameters:
version_id (
str
) – The VersionId of the SchemaVersion resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_glue as glue schema_version_reference = glue.SchemaVersionReference( version_id="versionId" )
Attributes
- version_id
The VersionId of the SchemaVersion resource.