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

.NET
Go
Java
Python
TypeScript (