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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnycastIpList.IpamCidrConfigPropertystatic final classAn implementation forCfnAnycastIpList.IpamCidrConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidr
The CIDR that specifies the IP address range for this IPAM configuration.- See Also:
-
getIpamPoolArn
The Amazon Resource Name (ARN) of the IPAM pool that the CIDR block is assigned to.- See Also:
-
builder
-