Class CfnPolicyPropsMixin.NetworkAclEntryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.fms.CfnPolicyPropsMixin.NetworkAclEntryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyPropsMixin.NetworkAclEntryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyPropsMixin.NetworkAclEntryProperty
@Stability(Stable)
@Internal
public static final class CfnPolicyPropsMixin.NetworkAclEntryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPolicyPropsMixin.NetworkAclEntryProperty
An implementation for
CfnPolicyPropsMixin.NetworkAclEntryProperty-
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.cfnpropertymixins.services.fms.CfnPolicyPropsMixin.NetworkAclEntryProperty
CfnPolicyPropsMixin.NetworkAclEntryProperty.Builder, CfnPolicyPropsMixin.NetworkAclEntryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPolicyPropsMixin.NetworkAclEntryProperty.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 StringThe IPv4 network range to allow or deny, in CIDR notation.final ObjectIndicates whether the rule is an egress, or outbound, rule (applied to traffic leaving the subnet).final ObjectICMP protocol: The ICMP type and code.final StringThe IPv6 network range to allow or deny, in CIDR notation.final ObjectTCP or UDP protocols: The range of ports the rule applies to.final StringThe protocol number.final StringIndicates whether to allow or deny the traffic that matches the rule.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 theCfnPolicyPropsMixin.NetworkAclEntryProperty.Builder.
-
-
Method Details
-
getCidrBlock
Description copied from interface:CfnPolicyPropsMixin.NetworkAclEntryPropertyThe IPv4 network range to allow or deny, in CIDR notation.- Specified by:
getCidrBlockin interfaceCfnPolicyPropsMixin.NetworkAclEntryProperty- See Also:
-
getEgress
Description copied from interface:CfnPolicyPropsMixin.NetworkAclEntryPropertyIndicates whether the rule is an egress, or outbound, rule (applied to traffic leaving the subnet).If it's not an egress rule, then it's an ingress, or inbound, rule.
Returns union: either
BooleanorIResolvable- Specified by:
getEgressin interfaceCfnPolicyPropsMixin.NetworkAclEntryProperty- See Also:
-
getIcmpTypeCode
Description copied from interface:CfnPolicyPropsMixin.NetworkAclEntryPropertyICMP protocol: The ICMP type and code.Returns union: either
IResolvableorCfnPolicyPropsMixin.IcmpTypeCodeProperty- Specified by:
getIcmpTypeCodein interfaceCfnPolicyPropsMixin.NetworkAclEntryProperty- See Also:
-
getIpv6CidrBlock
Description copied from interface:CfnPolicyPropsMixin.NetworkAclEntryPropertyThe IPv6 network range to allow or deny, in CIDR notation.- Specified by:
getIpv6CidrBlockin interfaceCfnPolicyPropsMixin.NetworkAclEntryProperty- See Also:
-
getPortRange
Description copied from interface:CfnPolicyPropsMixin.NetworkAclEntryPropertyTCP or UDP protocols: The range of ports the rule applies to.Returns union: either
IResolvableorCfnPolicyPropsMixin.PortRangeProperty- Specified by:
getPortRangein interfaceCfnPolicyPropsMixin.NetworkAclEntryProperty- See Also:
-
getProtocol
Description copied from interface:CfnPolicyPropsMixin.NetworkAclEntryPropertyThe protocol number.A value of "-1" means all protocols.
- Specified by:
getProtocolin interfaceCfnPolicyPropsMixin.NetworkAclEntryProperty- See Also:
-
getRuleAction
Description copied from interface:CfnPolicyPropsMixin.NetworkAclEntryPropertyIndicates whether to allow or deny the traffic that matches the rule.- Specified by:
getRuleActionin interfaceCfnPolicyPropsMixin.NetworkAclEntryProperty- 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()
-