Interface NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.098Z") @Stability(Stable) public interface NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Builderstatic classNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Jsii$ProxyAn implementation forNetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Builderbuilder()StringgetAction()Threat action override.StringgetSeverity()Severity level to match.
-
-
-
Method Detail
-
getAction
@Stability(Stable) @NotNull String getAction()
Threat action override. Possible values: ["ALERT", "ALLOW", "DEFAULT_ACTION", "DENY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile#action NetworkSecuritySecurityProfile#action}
-
getSeverity
@Stability(Stable) @NotNull String getSeverity()
Severity level to match. Possible values: ["CRITICAL", "HIGH", "INFORMATIONAL", "LOW", "MEDIUM"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile#severity NetworkSecuritySecurityProfile#severity}
-
builder
@Stability(Stable) static NetworkSecuritySecurityProfileThreatPreventionProfileSeverityOverrides.Builder builder()
-
-