IpamScopeArgs

data class IpamScopeArgs(val description: Output<String>? = null, val ipamId: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<IpamScopeArgs>

Resource Schema of AWS::EC2::IPAMScope Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, ipamId: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

The description of the scope.

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

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

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

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

Functions

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