CfnTableProps

class aws_cdk.aws_bcmdataexports.CfnTableProps(*, table_name)

Bases: object

Properties for defining a CfnTable.

Parameters:

table_name (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 import aws_bcmdataexports as bcmdataexports

cfn_table_props = bcmdataexports.CfnTableProps(
    table_name="tableName"
)

Attributes

table_name

The name of the table.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bcmdataexports-table.html#cfn-bcmdataexports-table-tablename