replicaSpecifications

@JvmName(name = "yvxofscoxwqgvnku")
suspend fun replicaSpecifications(value: Output<List<TableReplicaSpecificationArgs>>)
@JvmName(name = "fenlaivihikdrhfj")
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 = "itlwvvvpxkhgyydx")
suspend fun replicaSpecifications(vararg values: Output<TableReplicaSpecificationArgs>)


@JvmName(name = "deajlqxpowmoqotk")
suspend fun replicaSpecifications(values: List<Output<TableReplicaSpecificationArgs>>)
@JvmName(name = "yiwswswybwahxcfg")
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 = "gkrhmqrucaamwvff")
suspend fun replicaSpecifications(argument: List<suspend TableReplicaSpecificationArgsBuilder.() -> Unit>)
@JvmName(name = "dldreseoxjsuelav")
suspend fun replicaSpecifications(vararg argument: suspend TableReplicaSpecificationArgsBuilder.() -> Unit)
@JvmName(name = "ljcvhacyeyjtpace")
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)