IpamPool

class IpamPool : KotlinCustomResource

Resource Schema of AWS::EC2::IPAMPool Type

Properties

Link copied to clipboard
val addressFamily: Output<String>

The address family of the address space in this pool. Either IPv4 or IPv6.

Link copied to clipboard

The default netmask length for allocations made from this pool. This value is used when the netmask length of an allocation isn't specified.

Link copied to clipboard

The maximum allowed netmask length for allocations made from this pool.

Link copied to clipboard

The minimum allowed netmask length for allocations made from this pool.

Link copied to clipboard

When specified, an allocation will not be allowed unless a resource has a matching set of tags.

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the IPAM Pool.

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

Determines what to do if IPAM discovers resources that haven't been assigned an allocation. If set to true, an allocation will be made automatically.

Link copied to clipboard

Limits which service in Amazon Web Services that the pool can be used in.

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

The description of the IPAM pool.

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

The Amazon Resource Name (ARN) of the IPAM this pool is a part of.

Link copied to clipboard
val ipamPoolId: Output<String>

Id of the IPAM Pool.

Link copied to clipboard
val ipamScopeArn: Output<String>

The Amazon Resource Name (ARN) of the scope this pool is a part of.

Link copied to clipboard
val ipamScopeId: Output<String>

The Id of the scope this pool is a part of.

Link copied to clipboard

Determines whether this scope contains publicly routable space or space for a private network

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

The region of this pool. If not set, this will default to "None" which will disable non-custom allocations. If the locale has been specified for the source pool, this value must match.

Link copied to clipboard
val poolDepth: Output<Int>

The depth of this pool in the source pool hierarchy.

Link copied to clipboard

A list of cidrs representing the address space available for allocation in this pool.

Link copied to clipboard

The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is byoip.

Link copied to clipboard

Determines whether or not address space from this pool is publicly advertised. Must be set if and only if the pool is IPv6.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sourceIpamPoolId: Output<String>?

The Id of this pool's source. If set, all space provisioned in this pool must be free space provisioned in the parent pool.

Link copied to clipboard

The resource used to provision CIDRs to a resource planning pool.

Link copied to clipboard
val state: Output<IpamPoolState>

The state of this pool. This can be one of the following values: "create-in-progress", "create-complete", "modify-in-progress", "modify-complete", "delete-in-progress", or "delete-complete"

Link copied to clipboard
val stateMessage: Output<String>

An explanation of how the pool arrived at it current state.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>