Interface DataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.465Z") @Stability(Stable) public interface DataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType.Builderstatic classDataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType.Jsii$ProxyAn implementation forDataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType.Builderbuilder()default DataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoTypegetInfoType()info_type block.NumbergetMaxFindings()Max findings limit for the given infoType.
-
-
-
Method Detail
-
getMaxFindings
@Stability(Stable) @NotNull Number getMaxFindings()
Max findings limit for the given infoType.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#max_findings DataLossPreventionInspectTemplate#max_findings}
-
getInfoType
@Stability(Stable) @Nullable default DataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoTypeInfoType getInfoType()
info_type block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#info_type DataLossPreventionInspectTemplate#info_type}
-
builder
@Stability(Stable) static DataLossPreventionInspectTemplateInspectConfigLimitsMaxFindingsPerInfoType.Builder builder()
-
-