VpcIpam

class VpcIpam : KotlinCustomResource

Provides an IPAM resource.

Import

IPAMs can be imported using the ipam id, e.g.

$ pulumi import aws:ec2/vpcIpam:VpcIpam example ipam-0178368ad2146a492

Properties

Link copied to clipboard
val arn: Output<String>

Amazon Resource Name (ARN) of IPAM

Link copied to clipboard
val cascade: Output<Boolean>?

Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes.

Link copied to clipboard

The IPAM's default resource discovery association ID.

Link copied to clipboard

The IPAM's default resource discovery ID.

Link copied to clipboard
val description: Output<String>?

A description for the IPAM.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Determines which locales can be chosen when you create pools. Locale is the Region where you want to make an IPAM pool available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC's Region. You specify a region using the region_name parameter. You must set your provider block region as an operating_region.

Link copied to clipboard

The ID of the IPAM's private scope. A scope is a top-level container in IPAM. Each scope represents an IP-independent network. Scopes enable you to represent networks where you have overlapping IP space. When you create an IPAM, IPAM automatically creates two scopes: public and private. The private scope is intended for private IP space. The public scope is intended for all internet-routable IP space.

Link copied to clipboard

The ID of the IPAM's public scope. A scope is a top-level container in IPAM. Each scope represents an IP-independent network. Scopes enable you to represent networks where you have overlapping IP space. When you create an IPAM, IPAM automatically creates two scopes: public and private. The private scope is intended for private IP space. The public scope is intended for all internet-routable IP space.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scopeCount: Output<Int>

The number of scopes in the IPAM.

Link copied to clipboard
val tags: Output<Map<String, String>>?

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>