AssociationTargetArgs

data class AssociationTargetArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<AssociationTargetArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val key: Output<String>

Either InstanceIds or tag:Tag Name to specify an EC2 tag.

Link copied to clipboard
val values: Output<List<String>>

A list of instance IDs or tag values. AWS currently limits this list size to one value.

Functions

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