Skip to content

DynamoDB  >  Operations  >  describe_table_replica_auto_scaling

describe_table_replica_auto_scaling

Operation

describe_table_replica_auto_scaling async

describe_table_replica_auto_scaling(input: DescribeTableReplicaAutoScalingInput, plugins: list[Plugin] | None = None) -> DescribeTableReplicaAutoScalingOutput

Describes auto scaling settings across replicas of the global table at once.

Parameters:

Name Type Description Default
input DescribeTableReplicaAutoScalingInput

An instance of DescribeTableReplicaAutoScalingInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DescribeTableReplicaAutoScalingOutput

An instance of DescribeTableReplicaAutoScalingOutput.

Input

DescribeTableReplicaAutoScalingInput dataclass

Dataclass for DescribeTableReplicaAutoScalingInput structure.

Attributes

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

The name of the table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

Output

DescribeTableReplicaAutoScalingOutput dataclass

Dataclass for DescribeTableReplicaAutoScalingOutput structure.

Attributes

table_auto_scaling_description class-attribute instance-attribute
table_auto_scaling_description: TableAutoScalingDescription | None = None

Represents the auto scaling properties of the table.