SecretTopicArgs

data class SecretTopicArgs(val name: Output<String>) : ConvertibleToJava<SecretTopicArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

The resource name of the Pub/Sub topic that will be published to, in the following format: projects//topics/. For publication to succeed, the Secret Manager Service Agent service account must have pubsub.publisher permissions on the topic. //

Functions

Link copied to clipboard
open override fun toJava(): SecretTopicArgs