NetworkConfig / CentralNetworkServicesConfig / IpamConfig / IpamScopeConfig

VPC IPAM scope configuration.

Use this configuration to define custom private IPAM scopes for your VPCs. An IPAM scope is the highest-level container for an IPAM. Within scopes, pools can be created. Custom IPAM scopes can be used to create pools and manage resources that use the same IP space.

- name: accelerator-scope
description: Custom scope
tags: []
interface IIpamScopeConfig {
    description?: string;
    name: string;
    tags?: ITag[];
}

Properties

description?: string

(OPTIONAL) Description for the IPAM scope.

name: string

A friendly name for the IPAM scope.

CAUTION: Changing this value after initial deployment will cause the scope to be recreated. Please be aware that any downstream dependencies may cause this property update to fail.

tags?: ITag[]

(OPTIONAL) An array of tag objects for the IPAM scope.