Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.SourceNatIpv6Prefix
Packages that use SourceNatIpv6Prefix
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of SourceNatIpv6Prefix in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return SourceNatIpv6PrefixModifier and TypeMethodDescriptionstatic SourceNatIpv6PrefixSourceNatIpv6Prefix.autoAssigned()Use an automatically assigned IPv6 prefix.static SourceNatIpv6PrefixSourceNatIpv6Prefix.fromIpv6Prefix(String prefix) Use a custom IPv6 prefix with /80 netmask.default SourceNatIpv6PrefixSubnetMapping.getSourceNatIpv6Prefix()The IPv6 prefix to use for source NAT for a dual-stack network load balancer with UDP listeners.final SourceNatIpv6PrefixSubnetMapping.Jsii$Proxy.getSourceNatIpv6Prefix()Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type SourceNatIpv6PrefixModifier and TypeMethodDescriptionSubnetMapping.Builder.sourceNatIpv6Prefix(SourceNatIpv6Prefix sourceNatIpv6Prefix) Sets the value ofSubnetMapping.getSourceNatIpv6Prefix()