stratosphere-0.2.2: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.DynamoDBStreamSpecification

Description

StreamSpecification is a property of the AWS::DynamoDB::Table resource that defines the settings of a DynamoDB table's stream.

Synopsis

Documentation

data DynamoDBStreamSpecification Source #

Full data type definition for DynamoDBStreamSpecification. See dynamoDBStreamSpecification for a more convenient constructor.

ddbssStreamViewType :: Lens' DynamoDBStreamSpecification StreamViewType Source #

Determines the information that the stream captures when an item in the table is modified. For valid values, see StreamSpecification in the Amazon DynamoDB API Reference.