Class EventarcTriggerDestination.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestination.Jsii$Proxy
-
- All Implemented Interfaces:
EventarcTriggerDestination,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EventarcTriggerDestination
@Stability(Stable) @Internal public static final class EventarcTriggerDestination.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventarcTriggerDestination
An implementation forEventarcTriggerDestination
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestination
EventarcTriggerDestination.Builder, EventarcTriggerDestination.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EventarcTriggerDestination.Builder builder)Constructor that initializes the object based on literal property values passed by theEventarcTriggerDestination.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)EventarcTriggerDestinationCloudRunServicegetCloudRunService()cloud_run_service block.EventarcTriggerDestinationGkegetGke()gke block.EventarcTriggerDestinationHttpEndpointgetHttpEndpoint()http_endpoint block.EventarcTriggerDestinationNetworkConfiggetNetworkConfig()network_config block.StringgetWorkflow()The resource name of the Workflow whose Executions are triggered by the events.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(EventarcTriggerDestination.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventarcTriggerDestination.Builder.
-
-
Method Detail
-
getCloudRunService
public final EventarcTriggerDestinationCloudRunService getCloudRunService()
Description copied from interface:EventarcTriggerDestinationcloud_run_service block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#cloud_run_service EventarcTrigger#cloud_run_service}
- Specified by:
getCloudRunServicein interfaceEventarcTriggerDestination
-
getGke
public final EventarcTriggerDestinationGke getGke()
Description copied from interface:EventarcTriggerDestinationgke block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#gke EventarcTrigger#gke}
- Specified by:
getGkein interfaceEventarcTriggerDestination
-
getHttpEndpoint
public final EventarcTriggerDestinationHttpEndpoint getHttpEndpoint()
Description copied from interface:EventarcTriggerDestinationhttp_endpoint block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#http_endpoint EventarcTrigger#http_endpoint}
- Specified by:
getHttpEndpointin interfaceEventarcTriggerDestination
-
getNetworkConfig
public final EventarcTriggerDestinationNetworkConfig getNetworkConfig()
Description copied from interface:EventarcTriggerDestinationnetwork_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#network_config EventarcTrigger#network_config}
- Specified by:
getNetworkConfigin interfaceEventarcTriggerDestination
-
getWorkflow
public final String getWorkflow()
Description copied from interface:EventarcTriggerDestinationThe 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}` Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#workflow EventarcTrigger#workflow}
- Specified by:
getWorkflowin interfaceEventarcTriggerDestination
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-