AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the SendCommand operation. Runs commands on one or more managed nodes.
Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z
public class SendCommandRequest : AmazonSimpleSystemsManagementRequest IAmazonWebServiceRequest
The SendCommandRequest type exposes the following members
Name | Description | |
---|---|---|
SendCommandRequest() |
Empty constructor used to set properties independently even when a simple constructor is available |
|
SendCommandRequest(string, List<String>) |
Instantiates SendCommandRequest with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
AlarmConfiguration | Amazon.SimpleSystemsManagement.Model.AlarmConfiguration |
Gets and sets the property AlarmConfiguration. The CloudWatch alarm you want to apply to your command. |
|
CloudWatchOutputConfig | Amazon.SimpleSystemsManagement.Model.CloudWatchOutputConfig |
Gets and sets the property CloudWatchOutputConfig. Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs. Run Command is a capability of Amazon Web Services Systems Manager. |
|
Comment | System.String |
Gets and sets the property Comment. User-specified information about the command, such as a brief description of what the command should do. |
|
DocumentHash | System.String |
Gets and sets the property DocumentHash. The Sha256 or Sha1 hash created by the system when the document was created. Sha1 hashes have been deprecated. |
|
DocumentHashType | Amazon.SimpleSystemsManagement.DocumentHashType |
Gets and sets the property DocumentHashType. Sha256 or Sha1. Sha1 hashes have been deprecated. |
|
DocumentName | System.String |
Gets and sets the property DocumentName. The name of the Amazon Web Services Systems Manager document (SSM document) to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document Amazon Resource Name (ARN). For more information about how to use shared documents, see Sharing SSM documents in the Amazon Web Services Systems Manager User Guide.
If you specify a document name or ARN that hasn't been shared with your account, you
receive an |
|
DocumentVersion | System.String |
Gets and sets the property DocumentVersion. The SSM document version to use in the request. You can specify $DEFAULT, $LATEST, or a specific version number. If you run commands by using the Command Line Interface (Amazon Web Services CLI), then you must escape the first two options by using a backslash. If you specify a version number, then you don't need to use the backslash. For example: --document-version "\$DEFAULT" --document-version "\$LATEST" --document-version "3" |
|
InstanceIds | System.Collections.Generic.List<System.String> |
Gets and sets the property InstanceIds. The IDs of the managed nodes where the command should run. Specifying managed node IDs is most useful when you are targeting a limited number of managed nodes, though you can specify up to 50 IDs.
To target a larger number of managed nodes, or if you prefer not to list individual
node IDs, we recommend using the For more information about how to use targets, see Run commands at scale in the Amazon Web Services Systems Manager User Guide. |
|
MaxConcurrency | System.String |
Gets and sets the property MaxConcurrency.
(Optional) The maximum number of managed nodes that are allowed to run the command
at the same time. You can specify a number such as 10 or a percentage such as 10%.
The default value is |
|
MaxErrors | System.String |
Gets and sets the property MaxErrors.
The maximum number of errors allowed without the command failing. When the command
fails one more time beyond the value of |
|
NotificationConfig | Amazon.SimpleSystemsManagement.Model.NotificationConfig |
Gets and sets the property NotificationConfig. Configurations for sending notifications. |
|
OutputS3BucketName | System.String |
Gets and sets the property OutputS3BucketName. The name of the S3 bucket where command execution responses should be stored. |
|
OutputS3KeyPrefix | System.String |
Gets and sets the property OutputS3KeyPrefix. The directory structure within the S3 bucket where the responses should be stored. |
|
OutputS3Region | System.String |
Gets and sets the property OutputS3Region. (Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the Amazon Web Services Region of the S3 bucket. |
|
Parameters | System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
Gets and sets the property Parameters. The required and optional parameters specified in the document being run. |
|
ServiceRoleArn | System.String |
Gets and sets the property ServiceRoleArn. The ARN of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service (Amazon SNS) notifications for Run Command commands.
This role must provide the |
|
Targets | System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.Target> |
Gets and sets the property Targets.
An array of search criteria that targets managed nodes using a
To send a command to a smaller number of managed nodes, you can use the For more information about how to use targets, see Run commands at scale in the Amazon Web Services Systems Manager User Guide. |
|
TimeoutSeconds | System.Int32 |
Gets and sets the property TimeoutSeconds. If this time is reached and the command hasn't already started running, it won't run. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5