Table of Contents

Class ReplicaSettingsDescription

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents the properties of a replica.

public class ReplicaSettingsDescription
Inheritance
ReplicaSettingsDescription
Inherited Members

Constructors

ReplicaSettingsDescription()

public ReplicaSettingsDescription()

Properties

RegionName

Gets and sets the property RegionName.

The Region name of the replica.

public string RegionName { get; set; }

Property Value

string

ReplicaBillingModeSummary

Gets and sets the property ReplicaBillingModeSummary.

The read/write capacity mode of the replica.

public BillingModeSummary ReplicaBillingModeSummary { get; set; }

Property Value

BillingModeSummary

ReplicaGlobalSecondaryIndexSettings

Gets and sets the property ReplicaGlobalSecondaryIndexSettings.

Replica global secondary index settings for the global table.

public List<ReplicaGlobalSecondaryIndexSettingsDescription> ReplicaGlobalSecondaryIndexSettings { get; set; }

Property Value

List<ReplicaGlobalSecondaryIndexSettingsDescription>

ReplicaProvisionedReadCapacityAutoScalingSettings

Gets and sets the property ReplicaProvisionedReadCapacityAutoScalingSettings.

Auto scaling settings for a global table replica's read capacity units.

public AutoScalingSettingsDescription ReplicaProvisionedReadCapacityAutoScalingSettings { get; set; }

Property Value

AutoScalingSettingsDescription

ReplicaProvisionedReadCapacityUnits

Gets and sets the property 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.
public long ReplicaProvisionedReadCapacityUnits { get; set; }

Property Value

long

ReplicaProvisionedWriteCapacityAutoScalingSettings

Gets and sets the property ReplicaProvisionedWriteCapacityAutoScalingSettings.

Auto scaling settings for a global table replica's write capacity units.

public AutoScalingSettingsDescription ReplicaProvisionedWriteCapacityAutoScalingSettings { get; set; }

Property Value

AutoScalingSettingsDescription

ReplicaProvisionedWriteCapacityUnits

Gets and sets the property 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.
public long ReplicaProvisionedWriteCapacityUnits { get; set; }

Property Value

long

ReplicaStatus

Gets and sets the property 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.
public ReplicaStatus ReplicaStatus { get; set; }

Property Value

ReplicaStatus

ReplicaTableClassSummary

Gets and sets the property ReplicaTableClassSummary.

public TableClassSummary ReplicaTableClassSummary { get; set; }

Property Value

TableClassSummary