| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Stratosphere.ResourceProperties.DynamoDBStreamSpecification
Description
StreamSpecification is a property of the AWS::DynamoDB::Table resource that defines the settings of a DynamoDB table's stream.
Documentation
data DynamoDBStreamSpecification Source #
Full data type definition for DynamoDBStreamSpecification. See
 dynamoDBStreamSpecification for a more convenient constructor.
Constructors
| DynamoDBStreamSpecification | |
dynamoDBStreamSpecification Source #
Arguments
| :: StreamViewType | |
| -> DynamoDBStreamSpecification | 
Constructor for DynamoDBStreamSpecification containing required fields
 as arguments.
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.