Interface DataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.468Z") @Stability(Stable) public interface DataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore.Builderstatic classDataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore.Jsii$ProxyAn implementation forDataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static DataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore.Builderbuilder()StringgetScore()The sensitivity score applied to the resource.
-
-
-
Method Detail
-
getScore
@Stability(Stable) @NotNull String getScore()
The sensitivity score applied to the resource. Possible values: ["SENSITIVITY_LOW", "SENSITIVITY_MODERATE", "SENSITIVITY_HIGH"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#score DataLossPreventionInspectTemplate#score}
-
builder
@Stability(Stable) static DataLossPreventionInspectTemplateInspectConfigRuleSetInfoTypesSensitivityScore.Builder builder()
-
-