Class SecretTopicArgs.Builder

  • Enclosing class:
    SecretTopicArgs

    public static final class SecretTopicArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public SecretTopicArgs.Builder name​(com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - 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.
        Returns:
        builder
      • name

        public SecretTopicArgs.Builder name​(java.lang.String name)
        Parameters:
        name - 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.
        Returns:
        builder