IpamArgs

data class IpamArgs(val description: Output<String>? = null, val operatingRegions: Output<List<IpamOperatingRegionArgs>>? = null, val tags: Output<List<IpamTagArgs>>? = null) : ConvertibleToJava<IpamArgs>

Resource Schema of AWS::EC2::IPAM Type

Constructors

Link copied to clipboard
fun IpamArgs(description: Output<String>? = null, operatingRegions: Output<List<IpamOperatingRegionArgs>>? = null, tags: Output<List<IpamTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
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<IpamTagArgs>>? = null

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