Interface EventarcTriggerDestinationCloudRunService
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EventarcTriggerDestinationCloudRunService.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.180Z") @Stability(Stable) public interface EventarcTriggerDestinationCloudRunService extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventarcTriggerDestinationCloudRunService.BuilderA builder forEventarcTriggerDestinationCloudRunServicestatic classEventarcTriggerDestinationCloudRunService.Jsii$ProxyAn implementation forEventarcTriggerDestinationCloudRunService
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static EventarcTriggerDestinationCloudRunService.Builderbuilder()default StringgetPath()Optional.default StringgetRegion()Required.StringgetService()Required.
-
-
-
Method Detail
-
getService
@Stability(Stable) @NotNull String getService()
Required.The name of the Cloud Run service being addressed. See https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services. Only services located in the same project of the trigger object can be addressed. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#service EventarcTrigger#service}
-
getPath
@Stability(Stable) @Nullable default String getPath()
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". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#path EventarcTrigger#path}
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
Required. The region the Cloud Run service is deployed in.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#region EventarcTrigger#region}
-
builder
@Stability(Stable) static EventarcTriggerDestinationCloudRunService.Builder builder()
-
-