Interface CfnAnycastIpList.IpamCidrConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnycastIpList.IpamCidrConfigProperty.Jsii$Proxy
Enclosing class:
CfnAnycastIpList

@Stability(Stable) public static interface CfnAnycastIpList.IpamCidrConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration for an IPAM CIDR that defines a specific IP address range, IPAM pool, and associated Anycast IP address.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.cloudfront.*;
 IpamCidrConfigProperty ipamCidrConfigProperty = IpamCidrConfigProperty.builder()
         .cidr("cidr")
         .ipamPoolArn("ipamPoolArn")
         .build();
 

See Also: