Class TriggerDestinationArgs


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

      • cloudFunction

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cloudFunction()
        Returns:
        [WARNING] Configuring a Cloud Function in Trigger is not supported as of today. The Cloud Function resource name. Format: projects/{project}/locations/{location}/functions/{function}
      • cloudRunService

        public java.util.Optional<com.pulumi.core.Output<TriggerDestinationCloudRunServiceArgs>> cloudRunService()
        Returns:
        Cloud Run fully-managed service that receives the events. The service should be running in the same project of the trigger.
      • gke

        public java.util.Optional<com.pulumi.core.Output<TriggerDestinationGkeArgs>> gke()
        Returns:
        A GKE service capable of receiving events. The service should be running in the same project as the trigger.
      • workflow

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> workflow()
        Returns:
        The resource name of the Workflow whose Executions are triggered by the events. The Workflow resource should be deployed in the same project as the trigger. Format: `projects/{project}/locations/{location}/workflows/{workflow}`