interface TableAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.S3Tables.Alpha.TableAttributes |
![]() | software.amazon.awscdk.services.s3tables.alpha.TableAttributes |
![]() | aws_cdk.aws_s3tables_alpha.TableAttributes |
![]() | @aws-cdk/aws-s3tables-alpha » TableAttributes |
A reference to a table outside this stack.
The tableName, region, and account can be provided explicitly or will be inferred from the tableArn
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as s3tables_alpha from '@aws-cdk/aws-s3tables-alpha';
const tableAttributes: s3tables_alpha.TableAttributes = {
tableArn: 'tableArn',
tableName: 'tableName',
};
Properties
Name | Type | Description |
---|---|---|
table | string | The table's ARN. |
table | string | Name of this table. |
tableArn
Type:
string
The table's ARN.
tableName
Type:
string
Name of this table.