EventTargetRunCommandTarget constructor

const EventTargetRunCommandTarget({
  1. required Input<String> key,
  2. required Input<List<String>> values,
})

Creates a new EventTargetRunCommandTarget. key Can be either tag:tag-key or InstanceIds. values 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.

Implementation

const EventTargetRunCommandTarget({
  required this.key,
  required this.values,
});