Class CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
@Stability(Stable)
@Internal
public static final class CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
An implementation for
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty
CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder, CfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetCidr()The IPv4 address range, in CIDR notation.final ObjectIndicates whether the rule is an outbound rule.final ObjectThe range of ports.final StringThe protocol.final StringIndicates whether to allow or deny traffic that matches the rule.final NumberThe rule number.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty.Builder.
-
-
Method Details
-
getCidr
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRulePropertyThe IPv4 address range, in CIDR notation.- Specified by:
getCidrin interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty- See Also:
-
getEgress
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRulePropertyIndicates whether the rule is an outbound rule.Returns union: either
BooleanorIResolvable- Specified by:
getEgressin interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty- See Also:
-
getPortRange
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRulePropertyThe range of ports.Returns union: either
IResolvableorCfnNetworkInsightsAnalysis.PortRangeProperty- Specified by:
getPortRangein interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty- See Also:
-
getProtocol
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRulePropertyThe protocol.- Specified by:
getProtocolin interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty- See Also:
-
getRuleAction
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRulePropertyIndicates whether to allow or deny traffic that matches the rule.- Specified by:
getRuleActionin interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty- See Also:
-
getRuleNumber
Description copied from interface:CfnNetworkInsightsAnalysis.AnalysisAclRulePropertyThe rule number.- Specified by:
getRuleNumberin interfaceCfnNetworkInsightsAnalysis.AnalysisAclRuleProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-