Readonly description(OPTIONAL) A description for the IPAM.
Readonly nameA friendly name for the IPAM.
CAUTION: Changing this value after initial deployment will cause the IPAM to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.
Readonly operating(OPTIONAL) An array of regions that the IPAM will manage.
Readonly poolsReadonly regionThe region to deploy the IPAM.
Note that IPAMs must be deployed to a single region but may be used to manage allocations in multiple regions.
Configure the operatingRegions property to define multiple regions to manage.
Readonly scopesReadonly tags(OPTIONAL) An array of tag objects for the IPAM.
Generated using TypeDoc
NetworkConfig / CentralNetworkServicesConfig / IpamConfig
Virtual Private Cloud (VPC) IP Address Manager (IPAM) configuration. Use this configuration to define an AWS-managed VPC IPAM. IPAM is a feature that makes it easier for you to plan, track, and monitor IP addresses for your AWS workloads.
The following example defines an IPAM that is capable of operating in the us-east-1 and us-west-2 regions:
Example