interface CfnStreamMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DynamoDB.CfnStreamMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdynamodb#CfnStreamMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnStreamMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_dynamodb.CfnStreamMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_dynamodb » CfnStreamMixinProps |
Properties for CfnStreamPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-stream.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dynamodb as dynamodb } from '@aws-cdk/cfn-property-mixins';
const cfnStreamMixinProps: dynamodb.CfnStreamMixinProps = {
streamViewType: 'streamViewType',
tableName: 'tableName',
};
Properties
| Name | Type | Description |
|---|---|---|
| stream | string | |
| table | string |
streamViewType?
Type:
string
(optional)
tableName?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript