Class DataLossPreventionDiscoveryConfigActionsPubSubNotification.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigActionsPubSubNotification.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionDiscoveryConfigActionsPubSubNotification,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionDiscoveryConfigActionsPubSubNotification
@Stability(Stable) @Internal public static final class DataLossPreventionDiscoveryConfigActionsPubSubNotification.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionDiscoveryConfigActionsPubSubNotification
An implementation forDataLossPreventionDiscoveryConfigActionsPubSubNotification
-
-
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.DataLossPreventionDiscoveryConfigActionsPubSubNotification
DataLossPreventionDiscoveryConfigActionsPubSubNotification.Builder, DataLossPreventionDiscoveryConfigActionsPubSubNotification.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionDiscoveryConfigActionsPubSubNotification.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigActionsPubSubNotification.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)StringgetDetailOfMessage()How much data to include in the pub/sub message.StringgetEvent()The type of event that triggers a Pub/Sub.DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditiongetPubsubCondition()pubsub_condition block.StringgetTopic()Cloud Pub/Sub topic to send notifications to.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(DataLossPreventionDiscoveryConfigActionsPubSubNotification.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigActionsPubSubNotification.Builder.
-
-
Method Detail
-
getDetailOfMessage
public final String getDetailOfMessage()
Description copied from interface:DataLossPreventionDiscoveryConfigActionsPubSubNotificationHow much data to include in the pub/sub message. Possible values: ["TABLE_PROFILE", "RESOURCE_NAME"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#detail_of_message DataLossPreventionDiscoveryConfig#detail_of_message}
- Specified by:
getDetailOfMessagein interfaceDataLossPreventionDiscoveryConfigActionsPubSubNotification
-
getEvent
public final String getEvent()
Description copied from interface:DataLossPreventionDiscoveryConfigActionsPubSubNotificationThe type of event that triggers a Pub/Sub.At most one PubSubNotification per EventType is permitted. Possible values: ["NEW_PROFILE", "CHANGED_PROFILE", "SCORE_INCREASED", "ERROR_CHANGED"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#event DataLossPreventionDiscoveryConfig#event}
- Specified by:
getEventin interfaceDataLossPreventionDiscoveryConfigActionsPubSubNotification
-
getPubsubCondition
public final DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition getPubsubCondition()
Description copied from interface:DataLossPreventionDiscoveryConfigActionsPubSubNotificationpubsub_condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#pubsub_condition DataLossPreventionDiscoveryConfig#pubsub_condition}
- Specified by:
getPubsubConditionin interfaceDataLossPreventionDiscoveryConfigActionsPubSubNotification
-
getTopic
public final String getTopic()
Description copied from interface:DataLossPreventionDiscoveryConfigActionsPubSubNotificationCloud Pub/Sub topic to send notifications to. Format is projects/{project}/topics/{topic}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#topic DataLossPreventionDiscoveryConfig#topic}
- Specified by:
getTopicin interfaceDataLossPreventionDiscoveryConfigActionsPubSubNotification
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-