AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 3.5
 
Describes plugin details.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.CommandPlugin

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class CommandPlugin : Object

The CommandPlugin type exposes the following members

Constructors

NameDescription
Public Method CommandPlugin()

Properties

NameTypeDescription
Public Property Name System.String Gets and sets the property Name. The name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent.
Public Property Output System.String Gets and sets the property Output. Output of the plugin execution.
Public Property OutputS3BucketName System.String Gets and sets the property OutputS3BucketName. The S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command.
Public Property OutputS3KeyPrefix System.String Gets and sets the property OutputS3KeyPrefix. The S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command.
Public Property ResponseCode System.Int32 Gets and sets the property ResponseCode. A numeric response code generated after executing the plugin.
Public Property ResponseFinishDateTime System.DateTime Gets and sets the property ResponseFinishDateTime. The time the plugin stopped executing. Could stop prematurely if, for example, a cancel command was sent.
Public Property ResponseStartDateTime System.DateTime Gets and sets the property ResponseStartDateTime. The time the plugin started executing.
Public Property Status Amazon.SimpleSystemsManagement.CommandPluginStatus Gets and sets the property Status. The status of this plugin. You can execute a document with multiple plugins.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5