IpamPolicy

Information about an IPAM policy.

An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the IPAM this policy belongs to.

Link copied to clipboard

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

Link copied to clipboard

The ID of the IPAM policy.

Link copied to clipboard

The Region of the IPAM policy.

Link copied to clipboard

The account ID that owns the IPAM policy.

Link copied to clipboard

The state of the IPAM policy.

Link copied to clipboard

A message about the state of the IPAM policy.

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

The tags assigned to the IPAM policy.

Functions

Link copied to clipboard
inline fun copy(block: IpamPolicy.Builder.() -> Unit = {}): IpamPolicy
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String