topics

@JvmName(name = "ucwneggfcbxsrxwf")
suspend fun topics(value: Output<List<SecretTopicArgs>>)
@JvmName(name = "nkwbdtkucixpdyqv")
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. Structure is documented below.


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


@JvmName(name = "tuwctreletqyhipw")
suspend fun topics(values: List<Output<SecretTopicArgs>>)
@JvmName(name = "cnndlajrcijwshlw")
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. Structure is documented below.


@JvmName(name = "hwsnicoitqtbowaq")
suspend fun topics(argument: List<suspend SecretTopicArgsBuilder.() -> Unit>)
@JvmName(name = "njpeimfbarksmgds")
suspend fun topics(vararg argument: suspend SecretTopicArgsBuilder.() -> Unit)
@JvmName(name = "swdetdiaqdwwsfle")
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. Structure is documented below.