Ipam

class Ipam

IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see What is IPAM? in the Amazon VPC IPAM User Guide.

Types

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

Properties

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

The description for the IPAM.

Link copied to clipboard

Enable this option to use your own GUA ranges as private IPv6 addresses. This option is disabled by default.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IPAM.

Link copied to clipboard

The ID of the IPAM.

Link copied to clipboard

The Amazon Web Services Region of the IPAM.

Link copied to clipboard

A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM. For more information, see Enable cost distribution in the Amazon VPC IPAM User Guide.

Link copied to clipboard

The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.

Link copied to clipboard

The Amazon Web Services account ID of the owner of the IPAM.

Link copied to clipboard

The ID of the IPAM's default private scope.

Link copied to clipboard

The ID of the IPAM's default public scope.

Link copied to clipboard

The IPAM's resource discovery association count.

Link copied to clipboard

The number of scopes in the IPAM. The scope quota is 5. For more information on quotas, see Quotas in IPAM in the Amazon VPC IPAM User Guide.

Link copied to clipboard

The state of the IPAM.

Link copied to clipboard

The state message.

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

The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

Link copied to clipboard

IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see Amazon VPC pricing IPAM tab.

Functions

Link copied to clipboard
inline fun copy(block: Ipam.Builder.() -> Unit = {}): Ipam
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