com.pulumi.googlenative.eventarc.v1beta1.inputs.CloudRunServiceArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.eventarc.v1beta1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* Represents a Cloud Run service destination.
*
*/
public final class CloudRunServiceArgs extends com.pulumi.resources.ResourceArgs {
public static final CloudRunServiceArgs Empty = new CloudRunServiceArgs();
/**
* Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
*
*/
@Import(name="path")
private @Nullable Output path;
/**
* @return Optional. The relative path on the Cloud Run service the events should be sent to. The value must conform to the definition of URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy