interface SchemaVersionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.CfnSchema.SchemaVersionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnSchema_SchemaVersionProperty |
![]() | software.amazon.awscdk.services.glue.CfnSchema.SchemaVersionProperty |
![]() | aws_cdk.aws_glue.CfnSchema.SchemaVersionProperty |
![]() | aws-cdk-lib » aws_glue » CfnSchema » SchemaVersionProperty |
Specifies the version of a schema.
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 schemaVersionProperty: glue.CfnSchema.SchemaVersionProperty = {
isLatest: false,
versionNumber: 123,
};
Properties
Name | Type | Description |
---|---|---|
is | boolean | IResolvable | Indicates if this version is the latest version of the schema. |
version | number | The version number of the schema. |
isLatest?
Type:
boolean |
IResolvable
(optional)
Indicates if this version is the latest version of the schema.
versionNumber?
Type:
number
(optional)
The version number of the schema.