class Amazonite::DynamoDB::ReplicaAutoScalingDescription

Overview

Represents the auto scaling settings of the replica.

Included Modules

Defined in:

dynamodb/replica_auto_scaling_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(region_name : String | Nil = nil, global_secondary_indexes : Array(ReplicaGlobalSecondaryIndexAutoScalingDescription) | Nil = nil, replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil = nil, replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil = nil, replica_status : ReplicaStatus | 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 global_secondary_indexes : Array(ReplicaGlobalSecondaryIndexAutoScalingDescription) | Nil #

Replica-specific global secondary index auto scaling settings.


[View source]
def global_secondary_indexes=(global_secondary_indexes : Array(ReplicaGlobalSecondaryIndexAutoScalingDescription) | Nil) #

Replica-specific global secondary index auto scaling settings.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def region_name : String | Nil #

The Region where the replica exists.


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

The Region where the replica exists.


[View source]
def replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil #

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

[View source]
def replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil #

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

[View source]
def replica_status : ReplicaStatus | Nil #

The current state of the replica:

  • CREATING - The replica is being created.

  • UPDATING - The replica is being updated.

  • DELETING - The replica is being deleted.

  • ACTIVE - The replica is ready for use.


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

The current state of the replica:

  • CREATING - The replica is being created.

  • UPDATING - The replica is being updated.

  • DELETING - The replica is being deleted.

  • ACTIVE - The replica is ready for use.


[View source]
def validate! : Nil #

[View source]