Interface DataLossPreventionJobTriggerInspectJob
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJob.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.478Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJob extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJob.BuilderA builder forDataLossPreventionJobTriggerInspectJobstatic classDataLossPreventionJobTriggerInspectJob.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJob
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJob.Builderbuilder()default ObjectgetActions()actions block.default DataLossPreventionJobTriggerInspectJobInspectConfiggetInspectConfig()inspect_config block.default StringgetInspectTemplateName()The name of the template to run when this job is triggered.DataLossPreventionJobTriggerInspectJobStorageConfiggetStorageConfig()storage_config block.
-
-
-
Method Detail
-
getStorageConfig
@Stability(Stable) @NotNull DataLossPreventionJobTriggerInspectJobStorageConfig getStorageConfig()
storage_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#storage_config DataLossPreventionJobTrigger#storage_config}
-
getActions
@Stability(Stable) @Nullable default Object getActions()
actions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#actions DataLossPreventionJobTrigger#actions}
-
getInspectConfig
@Stability(Stable) @Nullable default DataLossPreventionJobTriggerInspectJobInspectConfig getInspectConfig()
inspect_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#inspect_config DataLossPreventionJobTrigger#inspect_config}
-
getInspectTemplateName
@Stability(Stable) @Nullable default String getInspectTemplateName()
The name of the template to run when this job is triggered.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#inspect_template_name DataLossPreventionJobTrigger#inspect_template_name}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJob.Builder builder()
-
-