replicaRegions

@JvmName(name = "nylfhfdyvhaqsled")
suspend fun replicaRegions(value: Output<List<SecretReplicaRegionArgs>>)
@JvmName(name = "rqsxykmpahtbxxun")
suspend fun replicaRegions(value: List<SecretReplicaRegionArgs>?)

Parameters

value

(Optional) A list of ReplicaRegion objects. The ReplicaRegion type consists of a Region (required) and the KmsKeyId which can be an ARN, Key ID, or Alias.


@JvmName(name = "xcxthdrtwresrkby")
suspend fun replicaRegions(vararg values: Output<SecretReplicaRegionArgs>)


@JvmName(name = "gggikhswjldlpphr")
suspend fun replicaRegions(values: List<Output<SecretReplicaRegionArgs>>)
@JvmName(name = "agwogkahipudtvep")
suspend fun replicaRegions(vararg values: SecretReplicaRegionArgs)

Parameters

values

(Optional) A list of ReplicaRegion objects. The ReplicaRegion type consists of a Region (required) and the KmsKeyId which can be an ARN, Key ID, or Alias.


@JvmName(name = "wqstnchsiqvwmxfo")
suspend fun replicaRegions(argument: List<suspend SecretReplicaRegionArgsBuilder.() -> Unit>)
@JvmName(name = "wugcktdqghnacdks")
suspend fun replicaRegions(vararg argument: suspend SecretReplicaRegionArgsBuilder.() -> Unit)
@JvmName(name = "tfhlltfjuwefcert")
suspend fun replicaRegions(argument: suspend SecretReplicaRegionArgsBuilder.() -> Unit)

Parameters

argument

(Optional) A list of ReplicaRegion objects. The ReplicaRegion type consists of a Region (required) and the KmsKeyId which can be an ARN, Key ID, or Alias.