IpamArgs

data class IpamArgs(val description: Output<String>? = null, val enablePrivateGua: Output<Boolean>? = null, val operatingRegions: Output<List<IpamOperatingRegionArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val tier: Output<IpamTier>? = null) : ConvertibleToJava<IpamArgs>

Resource Schema of AWS::EC2::IPAM Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, enablePrivateGua: Output<Boolean>? = null, operatingRegions: Output<List<IpamOperatingRegionArgs>>? = null, tags: Output<List<TagArgs>>? = null, tier: Output<IpamTier>? = null)

Properties

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

The description for the IPAM.

Link copied to clipboard
val enablePrivateGua: Output<Boolean>? = null

Enable provisioning of GUA space in private pools.

Link copied to clipboard

The regions IPAM is enabled for. Allows pools to be created in these regions, as well as enabling monitoring

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Link copied to clipboard
val tier: Output<IpamTier>? = null

The tier of the IPAM.

Functions

Link copied to clipboard
open override fun toJava(): IpamArgs