Class EventarcTriggerMatchingCriteria.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerMatchingCriteria.Jsii$Proxy
-
- All Implemented Interfaces:
EventarcTriggerMatchingCriteria,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EventarcTriggerMatchingCriteria
@Stability(Stable) @Internal public static final class EventarcTriggerMatchingCriteria.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventarcTriggerMatchingCriteria
An implementation forEventarcTriggerMatchingCriteria
-
-
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.EventarcTriggerMatchingCriteria
EventarcTriggerMatchingCriteria.Builder, EventarcTriggerMatchingCriteria.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EventarcTriggerMatchingCriteria.Builder builder)Constructor that initializes the object based on literal property values passed by theEventarcTriggerMatchingCriteria.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)StringgetAttribute()Required.StringgetOperator()Optional.StringgetValue()Required.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(EventarcTriggerMatchingCriteria.Builder builder)
Constructor that initializes the object based on literal property values passed by theEventarcTriggerMatchingCriteria.Builder.
-
-
Method Detail
-
getAttribute
public final String getAttribute()
Description copied from interface:EventarcTriggerMatchingCriteriaRequired.The name of a CloudEvents attribute. Currently, only a subset of attributes are supported for filtering. All triggers MUST provide a filter for the 'type' attribute. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#attribute EventarcTrigger#attribute}
- Specified by:
getAttributein interfaceEventarcTriggerMatchingCriteria
-
getValue
public final String getValue()
Description copied from interface:EventarcTriggerMatchingCriteriaRequired. The value for the attribute. See https://cloud.google.com/eventarc/docs/creating-triggers#trigger-gcloud for available values.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#value EventarcTrigger#value}
- Specified by:
getValuein interfaceEventarcTriggerMatchingCriteria
-
getOperator
public final String getOperator()
Description copied from interface:EventarcTriggerMatchingCriteriaOptional.The operator used for matching the events with the value of the filter. If not specified, only events that have an exact key-value pair specified in the filter are matched. The only allowed value is `match-path-pattern`. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#operator EventarcTrigger#operator}
- Specified by:
getOperatorin interfaceEventarcTriggerMatchingCriteria
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-