RuleRunCommandTarget

data class RuleRunCommandTarget(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

Can be either tag: tag-key or InstanceIds .

Link copied to clipboard

If Key is tag: tag-key , Values is a list of tag values. If Key is InstanceIds , Values is a list of Amazon EC2 instance IDs.