@Stability(value=Experimental) @Internal public static final class FirewallRuleGroupAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FirewallRuleGroupAssociationProps
FirewallRuleGroupAssociationPropssoftware.amazon.jsii.JsiiObject.InitializationModeFirewallRuleGroupAssociationProps.Builder, FirewallRuleGroupAssociationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(FirewallRuleGroupAssociationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
FirewallRuleGroupAssociationProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IFirewallRuleGroup |
getFirewallRuleGroup()
(experimental) The firewall rule group which must be associated.
|
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(FirewallRuleGroupAssociationProps.Builder builder)
FirewallRuleGroupAssociationProps.Builder.public final IFirewallRuleGroup getFirewallRuleGroup()
FirewallRuleGroupAssociationPropsgetFirewallRuleGroup in interface FirewallRuleGroupAssociationPropspublic 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 © 2022. All rights reserved.