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>

User-defined criteria for sending commands that target managed nodes that meet the criteria.

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

User-defined criteria that maps to Key . For example, if you specified tag:ServerRole , you could specify value:WebServer to run a command on instances that include EC2 tags of ServerRole,WebServer . Depending on the type of target, the maximum number of values for a key might be lower than the global maximum of 50.

Functions

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