replicas

@JvmName(name = "fnrjqryikfekpsvm")
suspend fun replicas(value: Output<List<SecretReplicationUserManagedReplicaArgs>>)
@JvmName(name = "oyjkqphwetnimdxu")
suspend fun replicas(value: List<SecretReplicationUserManagedReplicaArgs>)

Parameters

value

The list of Replicas for this Secret. Cannot be empty. Structure is documented below.


@JvmName(name = "auglteavtayxyonm")
suspend fun replicas(vararg values: Output<SecretReplicationUserManagedReplicaArgs>)


@JvmName(name = "okiunywpkthgavlc")
suspend fun replicas(values: List<Output<SecretReplicationUserManagedReplicaArgs>>)
@JvmName(name = "dciibcocuvjymasn")
suspend fun replicas(vararg values: SecretReplicationUserManagedReplicaArgs)

Parameters

values

The list of Replicas for this Secret. Cannot be empty. Structure is documented below.


@JvmName(name = "tdiccpeoxsnvnyme")
suspend fun replicas(argument: List<suspend SecretReplicationUserManagedReplicaArgsBuilder.() -> Unit>)
@JvmName(name = "rfhppawjbapgixla")
suspend fun replicas(vararg argument: suspend SecretReplicationUserManagedReplicaArgsBuilder.() -> Unit)
@JvmName(name = "qlggoxpkbswmcqwh")
suspend fun replicas(argument: suspend SecretReplicationUserManagedReplicaArgsBuilder.() -> Unit)

Parameters

argument

The list of Replicas for this Secret. Cannot be empty. Structure is documented below.