Class DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions
@Stability(Stable) @Internal public static final class DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions
An implementation forDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions
-
-
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.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions
DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder, DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.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)ObjectgetConditions()conditions block.StringgetLogicalOperator()The operator to apply to the collection of conditions Possible values: ["OR", "AND"].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(DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder.
-
-
Method Detail
-
getConditions
public final Object getConditions()
Description copied from interface:DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressionsconditions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#conditions DataLossPreventionDiscoveryConfig#conditions}
- Specified by:
getConditionsin interfaceDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions
-
getLogicalOperator
public final String getLogicalOperator()
Description copied from interface:DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressionsThe operator to apply to the collection of conditions Possible values: ["OR", "AND"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#logical_operator DataLossPreventionDiscoveryConfig#logical_operator}
- Specified by:
getLogicalOperatorin interfaceDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-