SchemaVersionReference

class aws_cdk.interfaces.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.interfaces import aws_glue as interfaces_aws_glue

schema_version_reference = interfaces_aws_glue.SchemaVersionReference(
    version_id="versionId"
)

Attributes

version_id

The VersionId of the SchemaVersion resource.