aws-cdk-lib.aws_glue.CfnSchemaVersionMetadataProps

interface CfnSchemaVersionMetadataProps

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnSchemaVersionMetadataProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSchemaVersionMetadataProps
Javasoftware.amazon.awscdk.services.glue.CfnSchemaVersionMetadataProps
Pythonaws_cdk.aws_glue.CfnSchemaVersionMetadataProps
TypeScript aws-cdk-lib » aws_glue » CfnSchemaVersionMetadataProps

Properties for defining a CfnSchemaVersionMetadata.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as glue } from 'aws-cdk-lib';
const cfnSchemaVersionMetadataProps: glue.CfnSchemaVersionMetadataProps = {
  key: 'key',
  schemaVersionId: 'schemaVersionId',
  value: 'value',
};

Properties

NameTypeDescription
keystringA metadata key in a key-value pair for metadata.
schemaVersionIdstringThe version number of the schema.
valuestringA metadata key's corresponding value.

key

Type: string

A metadata key in a key-value pair for metadata.


schemaVersionId

Type: string

The version number of the schema.


value

Type: string

A metadata key's corresponding value.