libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
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.DynamoDB.Types.ReplicaSettingsDescription

Description

 
Synopsis

Documentation

data ReplicaSettingsDescription Source #

Represents the properties of a replica.

See: newReplicaSettingsDescription smart constructor.

Constructors

ReplicaSettingsDescription' 

Fields

Instances

Instances details
Eq ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

Read ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

Show ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

Generic ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

Associated Types

type Rep ReplicaSettingsDescription :: Type -> Type #

NFData ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

Hashable ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

FromJSON ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

type Rep ReplicaSettingsDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsDescription

type Rep ReplicaSettingsDescription = D1 ('MetaData "ReplicaSettingsDescription" "Amazonka.DynamoDB.Types.ReplicaSettingsDescription" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ReplicaSettingsDescription'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "replicaStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReplicaStatus)) :*: S1 ('MetaSel ('Just "replicaProvisionedReadCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "replicaProvisionedWriteCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "replicaBillingModeSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BillingModeSummary)))) :*: ((S1 ('MetaSel ('Just "replicaGlobalSecondaryIndexSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicaGlobalSecondaryIndexSettingsDescription])) :*: S1 ('MetaSel ('Just "replicaProvisionedWriteCapacityAutoScalingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsDescription))) :*: (S1 ('MetaSel ('Just "replicaProvisionedReadCapacityAutoScalingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsDescription)) :*: S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newReplicaSettingsDescription Source #

Create a value of ReplicaSettingsDescription 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:replicaStatus:ReplicaSettingsDescription', replicaSettingsDescription_replicaStatus - The current state of the Region:

  • CREATING - The Region is being created.
  • UPDATING - The Region is being updated.
  • DELETING - The Region is being deleted.
  • ACTIVE - The Region is ready for use.

$sel:replicaProvisionedReadCapacityUnits:ReplicaSettingsDescription', replicaSettingsDescription_replicaProvisionedReadCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

$sel:replicaProvisionedWriteCapacityUnits:ReplicaSettingsDescription', replicaSettingsDescription_replicaProvisionedWriteCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

$sel:replicaBillingModeSummary:ReplicaSettingsDescription', replicaSettingsDescription_replicaBillingModeSummary - The read/write capacity mode of the replica.

$sel:replicaGlobalSecondaryIndexSettings:ReplicaSettingsDescription', replicaSettingsDescription_replicaGlobalSecondaryIndexSettings - Replica global secondary index settings for the global table.

$sel:replicaProvisionedWriteCapacityAutoScalingSettings:ReplicaSettingsDescription', replicaSettingsDescription_replicaProvisionedWriteCapacityAutoScalingSettings - Auto scaling settings for a global table replica's write capacity units.

$sel:replicaProvisionedReadCapacityAutoScalingSettings:ReplicaSettingsDescription', replicaSettingsDescription_replicaProvisionedReadCapacityAutoScalingSettings - Auto scaling settings for a global table replica's read capacity units.

$sel:regionName:ReplicaSettingsDescription', replicaSettingsDescription_regionName - The Region name of the replica.

replicaSettingsDescription_replicaStatus :: Lens' ReplicaSettingsDescription (Maybe ReplicaStatus) Source #

The current state of the Region:

  • CREATING - The Region is being created.
  • UPDATING - The Region is being updated.
  • DELETING - The Region is being deleted.
  • ACTIVE - The Region is ready for use.

replicaSettingsDescription_replicaProvisionedReadCapacityUnits :: Lens' ReplicaSettingsDescription (Maybe Natural) Source #

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

replicaSettingsDescription_replicaProvisionedWriteCapacityUnits :: Lens' ReplicaSettingsDescription (Maybe Natural) Source #

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.