interface CfnTableMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BCMDataExports.CfnTableMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbcmdataexports#CfnTableMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnTableMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_bcmdataexports.CfnTableMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bcmdataexports » CfnTableMixinProps |
Properties for CfnTablePropsMixin.
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/cfn-property-mixins';
const cfnTableMixinProps: bcmdataexports.CfnTableMixinProps = {
tableName: 'tableName',
};
Properties
| Name | Type | Description |
|---|---|---|
| table | string | The name of the table. |
tableName?
Type:
string
(optional)
The name of the table.

.NET
Go
Java
Python
TypeScript