@Internal public static interface CfnIPSet.IPSetDescriptorProperty.Jsii$Default extends CfnIPSet.IPSetDescriptorProperty
CfnIPSet.IPSetDescriptorProperty.CfnIPSet.IPSetDescriptorProperty.Jsii$Default, CfnIPSet.IPSetDescriptorProperty.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default String |
getType()
Specify `IPV4` or `IPV6` .
|
default String |
getValue()
Specify an IPv4 address by using CIDR notation.
|
@Stability(value=Stable) @NotNull default String getType()
getType in interface CfnIPSet.IPSetDescriptorProperty@Stability(value=Stable) @NotNull default String getValue()
192.0.2.44/32 .192.0.2.0/24 .For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing .
Specify an IPv6 address by using CIDR notation. For example:
1111:0000:0000:0000:0000:0000:0000:0111/128 .1111:0000:0000:0000:0000:0000:0000:0000/64 .getValue in interface CfnIPSet.IPSetDescriptorPropertyCopyright © 2022. All rights reserved.