interface TableAttributes
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Glue.TableAttributes |
Java | software.amazon.awscdk.services.glue.TableAttributes |
Python | aws_cdk.aws_glue.TableAttributes |
TypeScript (source) | @aws-cdk/aws-glue » TableAttributes |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue from '@aws-cdk/aws-glue';
const tableAttributes: glue.TableAttributes = {
tableArn: 'tableArn',
tableName: 'tableName',
};
Properties
Name | Type | Description |
---|---|---|
table | string | |
table | string |
tableArn
Type:
string
tableName
Type:
string