aws-cdk-lib.aws_glue.CfnSchemaVersionProps

interface CfnSchemaVersionProps

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

Properties for defining a CfnSchemaVersion.

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 cfnSchemaVersionProps: glue.CfnSchemaVersionProps = {
  schema: {
    registryName: 'registryName',
    schemaArn: 'schemaArn',
    schemaName: 'schemaName',
  },
  schemaDefinition: 'schemaDefinition',
};

Properties

NameTypeDescription
schemaIResolvable | SchemaPropertyThe schema that includes the schema version.
schemaDefinitionstringThe schema definition for the schema version.

schema

Type: IResolvable | SchemaProperty

The schema that includes the schema version.


schemaDefinition

Type: string

The schema definition for the schema version.