topics

@JvmName(name = "ceyqapcuwmwapotx")
suspend fun topics(value: Output<List<SecretTopicArgs>>)
@JvmName(name = "nnsdomplfsymgpge")
suspend fun topics(value: List<SecretTopicArgs>?)

Parameters

value

A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.


@JvmName(name = "ibxulvobuoijypfb")
suspend fun topics(vararg values: Output<SecretTopicArgs>)


@JvmName(name = "rliyukbbgjpeoufh")
suspend fun topics(values: List<Output<SecretTopicArgs>>)
@JvmName(name = "wmdwvbdbcldolbea")
suspend fun topics(vararg values: SecretTopicArgs)

Parameters

values

A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.


@JvmName(name = "qgtymwcqyyjhflbe")
suspend fun topics(argument: List<suspend SecretTopicArgsBuilder.() -> Unit>)
@JvmName(name = "duokvkeogqksdort")
suspend fun topics(vararg argument: suspend SecretTopicArgsBuilder.() -> Unit)
@JvmName(name = "ynylcumpgcnckplj")
suspend fun topics(argument: suspend SecretTopicArgsBuilder.() -> Unit)

Parameters

argument

A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions.