Class TriggerTransportPubsubArgs


  • public final class TriggerTransportPubsubArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • subscription

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> subscription()
        Returns:
        - Output only. The name of the Pub/Sub subscription created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{PROJECT_ID}/subscriptions/{SUBSCRIPTION_NAME}`.
      • topic

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> topic()
        Returns:
        Optional. The name of the Pub/Sub topic created and managed by Eventarc system as a transport for the event delivery. Format: `projects/{PROJECT_ID}/topics/{TOPIC_NAME}. You may set an existing topic for triggers of the type google.cloud.pubsub.topic.v1.messagePublished` only. The topic you provide here will not be deleted by Eventarc at trigger deletion.