libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

Description

 
Synopsis

Documentation

data AwsDynamoDbTableLocalSecondaryIndex Source #

Information about a local secondary index for a DynamoDB table.

See: newAwsDynamoDbTableLocalSecondaryIndex smart constructor.

Constructors

AwsDynamoDbTableLocalSecondaryIndex' 

Fields

Instances

Instances details
Eq AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

Read AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

Show AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

Generic AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

NFData AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

Hashable AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

ToJSON AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

FromJSON AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

type Rep AwsDynamoDbTableLocalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex

type Rep AwsDynamoDbTableLocalSecondaryIndex = D1 ('MetaData "AwsDynamoDbTableLocalSecondaryIndex" "Amazonka.SecurityHub.Types.AwsDynamoDbTableLocalSecondaryIndex" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsDynamoDbTableLocalSecondaryIndex'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "indexArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keySchema") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AwsDynamoDbTableKeySchema]))) :*: (S1 ('MetaSel ('Just "projection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsDynamoDbTableProjection)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAwsDynamoDbTableLocalSecondaryIndex :: AwsDynamoDbTableLocalSecondaryIndex Source #

Create a value of AwsDynamoDbTableLocalSecondaryIndex 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:indexArn:AwsDynamoDbTableLocalSecondaryIndex', awsDynamoDbTableLocalSecondaryIndex_indexArn - The ARN of the index.

$sel:keySchema:AwsDynamoDbTableLocalSecondaryIndex', awsDynamoDbTableLocalSecondaryIndex_keySchema - The complete key schema for the index.

$sel:projection:AwsDynamoDbTableLocalSecondaryIndex', awsDynamoDbTableLocalSecondaryIndex_projection - Attributes that are copied from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.

$sel:indexName:AwsDynamoDbTableLocalSecondaryIndex', awsDynamoDbTableLocalSecondaryIndex_indexName - The name of the index.

awsDynamoDbTableLocalSecondaryIndex_projection :: Lens' AwsDynamoDbTableLocalSecondaryIndex (Maybe AwsDynamoDbTableProjection) Source #

Attributes that are copied from the table into the index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.