Skip to content

DynamoDB  >  Structures  >  ReplicaAutoScalingDescription

ReplicaAutoScalingDescription

Structure Class

ReplicaAutoScalingDescription dataclass

Represents the auto scaling settings of the replica.

Attributes

global_secondary_indexes class-attribute instance-attribute
global_secondary_indexes: list[ReplicaGlobalSecondaryIndexAutoScalingDescription] | None = None

Replica-specific global secondary index auto scaling settings.

region_name class-attribute instance-attribute
region_name: str | None = None

The Region where the replica exists.

replica_provisioned_read_capacity_auto_scaling_settings class-attribute instance-attribute
replica_provisioned_read_capacity_auto_scaling_settings: AutoScalingSettingsDescription | None = None

Represents the auto scaling settings for a global table or global secondary index.

replica_provisioned_write_capacity_auto_scaling_settings class-attribute instance-attribute
replica_provisioned_write_capacity_auto_scaling_settings: AutoScalingSettingsDescription | None = None

Represents the auto scaling settings for a global table or global secondary index.

replica_status class-attribute instance-attribute
replica_status: ReplicaStatus | None = None

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.