interface CfnSchemaVersionProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Glue.CfnSchemaVersionProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSchemaVersionProps |
Java | software.amazon.awscdk.services.glue.CfnSchemaVersionProps |
Python | aws_cdk.aws_glue.CfnSchemaVersionProps |
TypeScript | aws-cdk-lib » aws_glue » CfnSchemaVersionProps |
Properties for defining a CfnSchemaVersion
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversion.html
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
Name | Type | Description |
---|---|---|
schema | IResolvable | Schema | The schema that includes the schema version. |
schema | string | The schema definition for the schema version. |
schema
Type:
IResolvable
|
Schema
The schema that includes the schema version.
schemaDefinition
Type:
string
The schema definition for the schema version.