CfnTableMixinProps
- class aws_cdk.cfn_property_mixins.aws_bcmdataexports.CfnTableMixinProps(*, table_name=None)
Bases:
objectProperties for CfnTablePropsMixin.
- Parameters:
table_name (
Optional[str]) – The name of the table.- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-table.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_bcmdataexports as bcmdataexports cfn_table_mixin_props = bcmdataexports.CfnTableMixinProps( table_name="tableName" )
Attributes
- table_name
The name of the table.