topics

@JvmName(name = "mnschqbkdfrpqkfp")
suspend fun topics(value: Output<List<TopicArgs>>)
@JvmName(name = "fpoqampuegeukfgw")
suspend fun topics(value: List<TopicArgs>?)

Parameters

value

Optional. 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 = "dkoyljfawrhwcqsi")
suspend fun topics(vararg values: Output<TopicArgs>)


@JvmName(name = "kqstfbmabdijlqxi")
suspend fun topics(values: List<Output<TopicArgs>>)
@JvmName(name = "acqqugkbhlpgrlus")
suspend fun topics(vararg values: TopicArgs)

Parameters

values

Optional. 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 = "yobqxddxaugjdqmo")
suspend fun topics(argument: List<suspend TopicArgsBuilder.() -> Unit>)
@JvmName(name = "xkwlkrfqyptcnxue")
suspend fun topics(vararg argument: suspend TopicArgsBuilder.() -> Unit)
@JvmName(name = "mjhbnpatmmtwsowy")
suspend fun topics(argument: suspend TopicArgsBuilder.() -> Unit)

Parameters

argument

Optional. 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.