Class Cloudfunctions2FunctionEventTrigger.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions2_function.Cloudfunctions2FunctionEventTrigger.Jsii$Proxy
-
- All Implemented Interfaces:
Cloudfunctions2FunctionEventTrigger,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Cloudfunctions2FunctionEventTrigger
@Stability(Stable) @Internal public static final class Cloudfunctions2FunctionEventTrigger.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Cloudfunctions2FunctionEventTrigger
An implementation forCloudfunctions2FunctionEventTrigger
-
-
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.cloudfunctions2_function.Cloudfunctions2FunctionEventTrigger
Cloudfunctions2FunctionEventTrigger.Builder, Cloudfunctions2FunctionEventTrigger.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Cloudfunctions2FunctionEventTrigger.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionEventTrigger.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)ObjectgetEventFilters()event_filters block.StringgetEventType()Required.StringgetPubsubTopic()The name of a Pub/Sub topic in the same project that will be used as the transport topic for the event delivery.StringgetRetryPolicy()Describes the retry policy in case of function's execution failure.StringgetServiceAccountEmail()Optional.StringgetTriggerRegion()The region that the trigger will be in.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(Cloudfunctions2FunctionEventTrigger.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionEventTrigger.Builder.
-
-
Method Detail
-
getEventFilters
public final Object getEventFilters()
Description copied from interface:Cloudfunctions2FunctionEventTriggerevent_filters block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#event_filters Cloudfunctions2Function#event_filters}
- Specified by:
getEventFiltersin interfaceCloudfunctions2FunctionEventTrigger
-
getEventType
public final String getEventType()
Description copied from interface:Cloudfunctions2FunctionEventTriggerRequired. The type of event to observe.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#event_type Cloudfunctions2Function#event_type}
- Specified by:
getEventTypein interfaceCloudfunctions2FunctionEventTrigger
-
getPubsubTopic
public final String getPubsubTopic()
Description copied from interface:Cloudfunctions2FunctionEventTriggerThe name of a Pub/Sub topic in the same project that will be used as the transport topic for the event delivery.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#pubsub_topic Cloudfunctions2Function#pubsub_topic}
- Specified by:
getPubsubTopicin interfaceCloudfunctions2FunctionEventTrigger
-
getRetryPolicy
public final String getRetryPolicy()
Description copied from interface:Cloudfunctions2FunctionEventTriggerDescribes the retry policy in case of function's execution failure.Retried execution is charged as any other execution. Possible values: ["RETRY_POLICY_UNSPECIFIED", "RETRY_POLICY_DO_NOT_RETRY", "RETRY_POLICY_RETRY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#retry_policy Cloudfunctions2Function#retry_policy}
- Specified by:
getRetryPolicyin interfaceCloudfunctions2FunctionEventTrigger
-
getServiceAccountEmail
public final String getServiceAccountEmail()
Description copied from interface:Cloudfunctions2FunctionEventTriggerOptional.The email of the trigger's service account. The service account must have permission to invoke Cloud Run services. If empty, defaults to the Compute Engine default service account: {project_number}-compute@developer.gserviceaccount.com. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#service_account_email Cloudfunctions2Function#service_account_email}
- Specified by:
getServiceAccountEmailin interfaceCloudfunctions2FunctionEventTrigger
-
getTriggerRegion
public final String getTriggerRegion()
Description copied from interface:Cloudfunctions2FunctionEventTriggerThe region that the trigger will be in.The trigger will only receive events originating in this region. It can be the same region as the function, a different region or multi-region, or the global region. If not provided, defaults to the same region as the function. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#trigger_region Cloudfunctions2Function#trigger_region}
- Specified by:
getTriggerRegionin interfaceCloudfunctions2FunctionEventTrigger
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-