topics

@JvmName(name = "yqgechdwhnvphuxd")
suspend fun topics(value: Output<List<SecretTopicArgs>>)
@JvmName(name = "bnqsirdaeskjhkkp")
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 = "xokcnmotkddpwrhy")
suspend fun topics(vararg values: Output<SecretTopicArgs>)


@JvmName(name = "fgloharpbeupndxx")
suspend fun topics(values: List<Output<SecretTopicArgs>>)
@JvmName(name = "rlkwfoxhlgalqhha")
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 = "kqlxulwwmsxxywhp")
suspend fun topics(argument: List<suspend SecretTopicArgsBuilder.() -> Unit>)
@JvmName(name = "xmrwxlytjfgedthj")
suspend fun topics(vararg argument: suspend SecretTopicArgsBuilder.() -> Unit)
@JvmName(name = "scenvodgfmrwguin")
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.