Interface DataLossPreventionDiscoveryConfigOrgConfigLocation
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionDiscoveryConfigOrgConfigLocation.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.429Z") @Stability(Stable) public interface DataLossPreventionDiscoveryConfigOrgConfigLocation extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionDiscoveryConfigOrgConfigLocation.BuilderA builder forDataLossPreventionDiscoveryConfigOrgConfigLocationstatic classDataLossPreventionDiscoveryConfigOrgConfigLocation.Jsii$ProxyAn implementation forDataLossPreventionDiscoveryConfigOrgConfigLocation
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DataLossPreventionDiscoveryConfigOrgConfigLocation.Builderbuilder()default StringgetFolderId()The ID for the folder within an organization to scan.default StringgetOrganizationId()The ID of an organization to scan.
-
-
-
Method Detail
-
getFolderId
@Stability(Stable) @Nullable default String getFolderId()
The ID for the folder within an organization to scan.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#folder_id DataLossPreventionDiscoveryConfig#folder_id}
-
getOrganizationId
@Stability(Stable) @Nullable default String getOrganizationId()
The ID of an organization to scan.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#organization_id DataLossPreventionDiscoveryConfig#organization_id}
-
builder
@Stability(Stable) static DataLossPreventionDiscoveryConfigOrgConfigLocation.Builder builder()
-
-