Class RunCommandParameters
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.
public class RunCommandParameters
- Inheritance
-
RunCommandParameters
- Inherited Members
Constructors
RunCommandParameters()
public RunCommandParameters()
Properties
RunCommandTargets
Gets and sets the property RunCommandTargets.
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
public List<RunCommandTarget> RunCommandTargets { get; set; }