AssociationTarget

data class AssociationTarget(val key: String, val values: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

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

Link copied to clipboard

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.