replicaSpecifications

@JvmName(name = "sfeejakpwxqybvkq")
suspend fun replicaSpecifications(value: Output<List<TableReplicaSpecificationArgs>>)
@JvmName(name = "qmduhoxjnaqtpdjj")
suspend fun replicaSpecifications(value: List<TableReplicaSpecificationArgs>?)

Parameters

value

The AWS Region specific settings of a multi-Region table. For a multi-Region table, you can configure the table's read capacity differently per AWS Region. You can do this by configuring the following parameters.

  • region : The Region where these settings are applied. (Required)

  • readCapacityUnits : The provisioned read capacity units. (Optional)

  • readCapacityAutoScaling : The read capacity auto scaling settings for the table. (Optional)


@JvmName(name = "erjbsdcmyimkqvvi")
suspend fun replicaSpecifications(vararg values: Output<TableReplicaSpecificationArgs>)


@JvmName(name = "ivgqsvdkksryhixx")
suspend fun replicaSpecifications(values: List<Output<TableReplicaSpecificationArgs>>)
@JvmName(name = "boporsccmdxvvxdy")
suspend fun replicaSpecifications(vararg values: TableReplicaSpecificationArgs)

Parameters

values

The AWS Region specific settings of a multi-Region table. For a multi-Region table, you can configure the table's read capacity differently per AWS Region. You can do this by configuring the following parameters.

  • region : The Region where these settings are applied. (Required)

  • readCapacityUnits : The provisioned read capacity units. (Optional)

  • readCapacityAutoScaling : The read capacity auto scaling settings for the table. (Optional)


@JvmName(name = "jgyshshitjopkwyo")
suspend fun replicaSpecifications(argument: List<suspend TableReplicaSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "xjipycsmjtyjrdqg")
suspend fun replicaSpecifications(vararg argument: suspend TableReplicaSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "wnpentmvotjaniqk")
suspend fun replicaSpecifications(argument: suspend TableReplicaSpecificationArgsBuilder.() -> Unit)

Parameters

argument

The AWS Region specific settings of a multi-Region table. For a multi-Region table, you can configure the table's read capacity differently per AWS Region. You can do this by configuring the following parameters.

  • region : The Region where these settings are applied. (Required)

  • readCapacityUnits : The provisioned read capacity units. (Optional)

  • readCapacityAutoScaling : The read capacity auto scaling settings for the table. (Optional)