interface CfnTableProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BCMDataExports.CfnTableProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbcmdataexports#CfnTableProps |
Java | software.amazon.awscdk.services.bcmdataexports.CfnTableProps |
Python | aws_cdk.aws_bcmdataexports.CfnTableProps |
TypeScript | aws-cdk-lib » aws_bcmdataexports » CfnTableProps |
Properties for defining a CfnTable.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-table.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bcmdataexports as bcmdataexports } from 'aws-cdk-lib';
const cfnTableProps: bcmdataexports.CfnTableProps = {
tableName: 'tableName',
};
Properties
| Name | Type | Description |
|---|---|---|
| table | string | The name of the table. |
tableName
Type:
string
The name of the table.

.NET
Go
Java
Python
TypeScript