topics

@JvmName(name = "wlnobxgmmutkhukt")
suspend fun topics(value: Output<List<TopicArgs>>)
@JvmName(name = "khpyfadkenpiqjvd")
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 = "mqamnslnksjddgaj")
suspend fun topics(vararg values: Output<TopicArgs>)


@JvmName(name = "xlvikshfrxhbfync")
suspend fun topics(values: List<Output<TopicArgs>>)
@JvmName(name = "yyrbixpuuvshejpk")
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 = "cjqjoofqkclrjwms")
suspend fun topics(argument: List<suspend TopicArgsBuilder.() -> Unit>)
@JvmName(name = "stiyxqiibrwdcqau")
suspend fun topics(vararg argument: suspend TopicArgsBuilder.() -> Unit)
@JvmName(name = "ynrcqywcyrqfbiug")
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.