Interface DataLossPreventionStoredInfoTypeLargeCustomDictionary
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionStoredInfoTypeLargeCustomDictionary.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.523Z") @Stability(Stable) public interface DataLossPreventionStoredInfoTypeLargeCustomDictionary extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionStoredInfoTypeLargeCustomDictionary.BuilderA builder forDataLossPreventionStoredInfoTypeLargeCustomDictionarystatic classDataLossPreventionStoredInfoTypeLargeCustomDictionary.Jsii$ProxyAn implementation forDataLossPreventionStoredInfoTypeLargeCustomDictionary
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builderbuilder()default DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldgetBigQueryField()big_query_field block.default DataLossPreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSetgetCloudStorageFileSet()cloud_storage_file_set block.DataLossPreventionStoredInfoTypeLargeCustomDictionaryOutputPathgetOutputPath()output_path block.
-
-
-
Method Detail
-
getOutputPath
@Stability(Stable) @NotNull DataLossPreventionStoredInfoTypeLargeCustomDictionaryOutputPath getOutputPath()
output_path block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#output_path DataLossPreventionStoredInfoType#output_path}
-
getBigQueryField
@Stability(Stable) @Nullable default DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField getBigQueryField()
big_query_field block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#big_query_field DataLossPreventionStoredInfoType#big_query_field}
-
getCloudStorageFileSet
@Stability(Stable) @Nullable default DataLossPreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSet getCloudStorageFileSet()
cloud_storage_file_set block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#cloud_storage_file_set DataLossPreventionStoredInfoType#cloud_storage_file_set}
-
builder
@Stability(Stable) static DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder builder()
-
-