Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AwsDynamoDbTableKeySchema Source #
A component of the key schema for the DynamoDB table, a global secondary index, or a local secondary index.
See: newAwsDynamoDbTableKeySchema
smart constructor.
Instances
newAwsDynamoDbTableKeySchema :: AwsDynamoDbTableKeySchema Source #
Create a value of AwsDynamoDbTableKeySchema
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:keyType:AwsDynamoDbTableKeySchema'
, awsDynamoDbTableKeySchema_keyType
- The type of key used for the key schema attribute.
$sel:attributeName:AwsDynamoDbTableKeySchema'
, awsDynamoDbTableKeySchema_attributeName
- The name of the key schema attribute.
awsDynamoDbTableKeySchema_keyType :: Lens' AwsDynamoDbTableKeySchema (Maybe Text) Source #
The type of key used for the key schema attribute.
awsDynamoDbTableKeySchema_attributeName :: Lens' AwsDynamoDbTableKeySchema (Maybe Text) Source #
The name of the key schema attribute.