Class DataLossPreventionDiscoveryConfigOrgConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigOrgConfig.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionDiscoveryConfigOrgConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionDiscoveryConfigOrgConfig
@Stability(Stable) @Internal public static final class DataLossPreventionDiscoveryConfigOrgConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionDiscoveryConfigOrgConfig
An implementation forDataLossPreventionDiscoveryConfigOrgConfig
-
-
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.DataLossPreventionDiscoveryConfigOrgConfig
DataLossPreventionDiscoveryConfigOrgConfig.Builder, DataLossPreventionDiscoveryConfigOrgConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionDiscoveryConfigOrgConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigOrgConfig.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)DataLossPreventionDiscoveryConfigOrgConfigLocationgetLocation()location block.StringgetProjectId()The project that will run the scan.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(DataLossPreventionDiscoveryConfigOrgConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionDiscoveryConfigOrgConfig.Builder.
-
-
Method Detail
-
getLocation
public final DataLossPreventionDiscoveryConfigOrgConfigLocation getLocation()
Description copied from interface:DataLossPreventionDiscoveryConfigOrgConfiglocation block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#location DataLossPreventionDiscoveryConfig#location}
- Specified by:
getLocationin interfaceDataLossPreventionDiscoveryConfigOrgConfig
-
getProjectId
public final String getProjectId()
Description copied from interface:DataLossPreventionDiscoveryConfigOrgConfigThe project that will run the scan.The DLP service account that exists within this project must have access to all resources that are profiled, and the cloud DLP API must be enabled. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#project_id DataLossPreventionDiscoveryConfig#project_id}
- Specified by:
getProjectIdin interfaceDataLossPreventionDiscoveryConfigOrgConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-