CfnStreamMixinProps
- class aws_cdk.cfn_property_mixins.aws_dynamodb.CfnStreamMixinProps(*, stream_view_type=None, table_name=None)
Bases:
objectProperties for CfnStreamPropsMixin.
- Parameters:
stream_view_type (
Optional[str])table_name (
Optional[str])
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-stream.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_dynamodb as dynamodb cfn_stream_mixin_props = dynamodb.CfnStreamMixinProps( stream_view_type="streamViewType", table_name="tableName" )
Attributes
- stream_view_type
-
- Type:
see