| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.DynamoDBTableTimeToLiveSpecification
Synopsis
- data DynamoDBTableTimeToLiveSpecification = DynamoDBTableTimeToLiveSpecification {}
- dynamoDBTableTimeToLiveSpecification :: Val Text -> Val Bool -> DynamoDBTableTimeToLiveSpecification
- ddbtttlsAttributeName :: Lens' DynamoDBTableTimeToLiveSpecification (Val Text)
- ddbtttlsEnabled :: Lens' DynamoDBTableTimeToLiveSpecification (Val Bool)
Documentation
data DynamoDBTableTimeToLiveSpecification #
Full data type definition for DynamoDBTableTimeToLiveSpecification. See
dynamoDBTableTimeToLiveSpecification for a more convenient constructor.
Constructors
| DynamoDBTableTimeToLiveSpecification | |
dynamoDBTableTimeToLiveSpecification #
Arguments
| :: Val Text | |
| -> Val Bool | |
| -> DynamoDBTableTimeToLiveSpecification |
Constructor for DynamoDBTableTimeToLiveSpecification containing
required fields as arguments.