Association Target Args
data class AssociationTargetArgs(val key: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<AssociationTargetArgs>
Properties
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.