@Stability(value=Experimental) @Internal public static final class FirewallRuleGroupAssociationOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirewallRuleGroupAssociationOptions
FirewallRuleGroupAssociationOptionssoftware.amazon.jsii.JsiiObject.InitializationModeFirewallRuleGroupAssociationOptions.Builder, FirewallRuleGroupAssociationOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number priority,
IVpc vpc,
Boolean mutationProtection,
String name)
Constructor that initializes the object based on literal property values passed by the
FirewallRuleGroupAssociationOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getMutationProtection()
(experimental) If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
|
String |
getName()
(experimental) The name of the association.
|
Number |
getPriority()
(experimental) The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.
|
IVpc |
getVpc()
(experimental) The VPC that to associate with the rule group.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number priority, IVpc vpc, Boolean mutationProtection, String name)
FirewallRuleGroupAssociationOptions.Builder.public final Number getPriority()
FirewallRuleGroupAssociationOptionsDNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.
This value must be greater than 100 and less than 9,000
getPriority in interface FirewallRuleGroupAssociationOptionspublic final IVpc getVpc()
FirewallRuleGroupAssociationOptionsgetVpc in interface FirewallRuleGroupAssociationOptionspublic final Boolean getMutationProtection()
FirewallRuleGroupAssociationOptionsDefault: true
getMutationProtection in interface FirewallRuleGroupAssociationOptionspublic final String getName()
FirewallRuleGroupAssociationOptionsDefault: - a CloudFormation generated name
getName in interface FirewallRuleGroupAssociationOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.