| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Stratosphere.ResourceProperties.DynamoDBAttributeDefinition
Description
A list of attribute definitions for the AWS::DynamoDB::Table resource. Each element is composed of an AttributeName and AttributeType.
Documentation
data DynamoDBAttributeDefinition Source #
Full data type definition for DynamoDBAttributeDefinition. See
 dynamoDBAttributeDefinition for a more convenient constructor.
Constructors
| DynamoDBAttributeDefinition | |
dynamoDBAttributeDefinition Source #
Arguments
| :: Val Text | |
| -> AttributeType | |
| -> DynamoDBAttributeDefinition | 
Constructor for DynamoDBAttributeDefinition containing required fields
 as arguments.
ddbadAttributeName :: Lens' DynamoDBAttributeDefinition (Val Text) Source #
The name of an attribute. Attribute names can be 1 – 255 characters long and have no character restrictions.
ddbadAttributeType :: Lens' DynamoDBAttributeDefinition AttributeType Source #
The data type for the attribute. You can specify S for string data, N for numeric data, or B for binary data.