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 |
Synopsis
- data AwsDynamoDbTableProjection = AwsDynamoDbTableProjection' {
- projectionType :: Maybe Text
- nonKeyAttributes :: Maybe [Text]
- newAwsDynamoDbTableProjection :: AwsDynamoDbTableProjection
- awsDynamoDbTableProjection_projectionType :: Lens' AwsDynamoDbTableProjection (Maybe Text)
- awsDynamoDbTableProjection_nonKeyAttributes :: Lens' AwsDynamoDbTableProjection (Maybe [Text])
Documentation
data AwsDynamoDbTableProjection Source #
For global and local secondary indexes, identifies the attributes that are copied from the table into the index.
See: newAwsDynamoDbTableProjection
smart constructor.
AwsDynamoDbTableProjection' | |
|
Instances
newAwsDynamoDbTableProjection :: AwsDynamoDbTableProjection Source #
Create a value of AwsDynamoDbTableProjection
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:projectionType:AwsDynamoDbTableProjection'
, awsDynamoDbTableProjection_projectionType
- The types of attributes that are projected into the index.
$sel:nonKeyAttributes:AwsDynamoDbTableProjection'
, awsDynamoDbTableProjection_nonKeyAttributes
- The nonkey attributes that are projected into the index. For each
attribute, provide the attribute name.
awsDynamoDbTableProjection_projectionType :: Lens' AwsDynamoDbTableProjection (Maybe Text) Source #
The types of attributes that are projected into the index.
awsDynamoDbTableProjection_nonKeyAttributes :: Lens' AwsDynamoDbTableProjection (Maybe [Text]) Source #
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.