class Amazonite::DynamoDB::ReplicaSettingsDescription

Overview

Represents the properties of a replica.

Included Modules

Defined in:

dynamodb/replica_settings_description.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(region_name : String, replica_status : ReplicaStatus | Nil = nil, replica_billing_mode_summary : BillingModeSummary | Nil = nil, replica_provisioned_read_capacity_units : Int64 | Nil = nil, replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil = nil, replica_provisioned_write_capacity_units : Int64 | Nil = nil, replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil = nil, replica_global_secondary_index_settings : Array(ReplicaGlobalSecondaryIndexSettingsDescription) | Nil = nil, replica_table_class_summary : TableClassSummary | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def region_name : String #

The Region name of the replica.


[View source]
def region_name=(region_name : String) #

The Region name of the replica.


[View source]
def replica_billing_mode_summary : BillingModeSummary | Nil #

The read/write capacity mode of the replica.


[View source]
def replica_billing_mode_summary=(replica_billing_mode_summary : BillingModeSummary | Nil) #

The read/write capacity mode of the replica.


[View source]
def replica_global_secondary_index_settings : Array(ReplicaGlobalSecondaryIndexSettingsDescription) | Nil #

Replica global secondary index settings for the global table.


[View source]
def replica_global_secondary_index_settings=(replica_global_secondary_index_settings : Array(ReplicaGlobalSecondaryIndexSettingsDescription) | Nil) #

Replica global secondary index settings for the global table.


[View source]
def replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil #

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


[View source]
def replica_provisioned_read_capacity_auto_scaling_settings=(replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil) #

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


[View source]
def replica_provisioned_read_capacity_units : Int64 | Nil #

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.


[View source]
def replica_provisioned_read_capacity_units=(replica_provisioned_read_capacity_units : Int64 | Nil) #

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.


[View source]
def replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil #

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


[View source]
def replica_provisioned_write_capacity_auto_scaling_settings=(replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil) #

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


[View source]
def replica_provisioned_write_capacity_units : Int64 | Nil #

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.


[View source]
def replica_provisioned_write_capacity_units=(replica_provisioned_write_capacity_units : Int64 | Nil) #

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.


[View source]
def replica_status : ReplicaStatus | Nil #

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.


[View source]
def replica_status=(replica_status : ReplicaStatus | Nil) #

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.


[View source]
def replica_table_class_summary : TableClassSummary | Nil #

[View source]
def replica_table_class_summary=(replica_table_class_summary : TableClassSummary | Nil) #

[View source]
def validate! : Nil #

[View source]