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.AwsDynamoDbTableGlobalSecondaryIndex

Description

 
Synopsis

Documentation

data AwsDynamoDbTableGlobalSecondaryIndex Source #

Information abut a global secondary index for the table.

See: newAwsDynamoDbTableGlobalSecondaryIndex smart constructor.

Constructors

AwsDynamoDbTableGlobalSecondaryIndex' 

Fields

Instances

Instances details
Eq AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

Read AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

Show AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

Generic AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

NFData AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

Hashable AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

ToJSON AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

FromJSON AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

type Rep AwsDynamoDbTableGlobalSecondaryIndex Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex

type Rep AwsDynamoDbTableGlobalSecondaryIndex = D1 ('MetaData "AwsDynamoDbTableGlobalSecondaryIndex" "Amazonka.SecurityHub.Types.AwsDynamoDbTableGlobalSecondaryIndex" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsDynamoDbTableGlobalSecondaryIndex'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "backfilling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "indexSizeBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "indexStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedThroughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AwsDynamoDbTableProvisionedThroughput)))) :*: ((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 "itemCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newAwsDynamoDbTableGlobalSecondaryIndex :: AwsDynamoDbTableGlobalSecondaryIndex Source #

Create a value of AwsDynamoDbTableGlobalSecondaryIndex 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:backfilling:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_backfilling - Whether the index is currently backfilling.

$sel:indexSizeBytes:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_indexSizeBytes - The total size in bytes of the index.

$sel:indexStatus:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_indexStatus - The current status of the index.

$sel:provisionedThroughput:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_provisionedThroughput - Information about the provisioned throughput settings for the indexes.

$sel:indexArn:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_indexArn - The ARN of the index.

$sel:keySchema:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_keySchema - The key schema for the index.

$sel:projection:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_projection - Attributes that are copied from the table into an index.

$sel:itemCount:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_itemCount - The number of items in the index.

$sel:indexName:AwsDynamoDbTableGlobalSecondaryIndex', awsDynamoDbTableGlobalSecondaryIndex_indexName - The name of the index.