Class CloudfunctionsFunctionEventTrigger.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions_function.CloudfunctionsFunctionEventTrigger.Jsii$Proxy
-
- All Implemented Interfaces:
CloudfunctionsFunctionEventTrigger,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudfunctionsFunctionEventTrigger
@Stability(Stable) @Internal public static final class CloudfunctionsFunctionEventTrigger.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudfunctionsFunctionEventTrigger
An implementation forCloudfunctionsFunctionEventTrigger
-
-
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.cloudfunctions_function.CloudfunctionsFunctionEventTrigger
CloudfunctionsFunctionEventTrigger.Builder, CloudfunctionsFunctionEventTrigger.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudfunctionsFunctionEventTrigger.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctionsFunctionEventTrigger.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)StringgetEventType()The type of event to observe.CloudfunctionsFunctionEventTriggerFailurePolicygetFailurePolicy()failure_policy block.StringgetResource()The name or partial URI of the resource from which to observe 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(CloudfunctionsFunctionEventTrigger.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudfunctionsFunctionEventTrigger.Builder.
-
-
Method Detail
-
getEventType
public final String getEventType()
Description copied from interface:CloudfunctionsFunctionEventTriggerThe type of event to observe.For example: "google.storage.object.finalize". See the documentation on calling Cloud Functions for a full reference of accepted triggers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#event_type CloudfunctionsFunction#event_type}
- Specified by:
getEventTypein interfaceCloudfunctionsFunctionEventTrigger
-
getResource
public final String getResource()
Description copied from interface:CloudfunctionsFunctionEventTriggerThe name or partial URI of the resource from which to observe events. For example, "myBucket" or "projects/my-project/topics/my-topic".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#resource CloudfunctionsFunction#resource}
- Specified by:
getResourcein interfaceCloudfunctionsFunctionEventTrigger
-
getFailurePolicy
public final CloudfunctionsFunctionEventTriggerFailurePolicy getFailurePolicy()
Description copied from interface:CloudfunctionsFunctionEventTriggerfailure_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#failure_policy CloudfunctionsFunction#failure_policy}
- Specified by:
getFailurePolicyin interfaceCloudfunctionsFunctionEventTrigger
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-