IpamResourceDiscoveryAssociationArgs

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

Resource Schema of AWS::EC2::IPAMResourceDiscoveryAssociation Type

Constructors

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

Properties

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

The Id of the IPAM this Resource Discovery is associated to.

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

The Amazon Resource Name (ARN) of the IPAM Resource Discovery Association.

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(): IpamResourceDiscoveryAssociationArgs