Interface NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.099Z") @Stability(Stable) public interface NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builderstatic classNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Jsii$ProxyAn implementation forNetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builderbuilder()StringgetAction()Threat action.StringgetThreatId()Vendor-specific ID of a threat to override.
-
-
-
Method Detail
-
getAction
@Stability(Stable) @NotNull String getAction()
Threat action. 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}
-
getThreatId
@Stability(Stable) @NotNull String getThreatId()
Vendor-specific ID of a threat to override.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/network_security_security_profile#threat_id NetworkSecuritySecurityProfile#threat_id}
-
builder
@Stability(Stable) static NetworkSecuritySecurityProfileThreatPreventionProfileThreatOverrides.Builder builder()
-
-