Class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs
Inheritance
System.Object
MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs : ResourceArgs
Constructors
View SourceMaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs()
Declaration
public MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs()
Properties
View SourceComment
Information about the command(s) to execute.
Declaration
public Input<string> Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DocumentHash
The SHA-256 or SHA-1 hash created by the system when the document was created. SHA-1 hashes have been deprecated.
Declaration
public Input<string> DocumentHash { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DocumentHashType
SHA-256 or SHA-1. SHA-1 hashes have been deprecated. Valid values: Sha256 and Sha1
Declaration
public Input<string> DocumentHashType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NotificationConfig
Configurations for sending notifications about command status changes on a per-instance basis. Documented below.
Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs> NotificationConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigArgs> |
OutputS3Bucket
The name of the Amazon S3 bucket.
Declaration
public Input<string> OutputS3Bucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OutputS3KeyPrefix
The Amazon S3 bucket subfolder.
Declaration
public Input<string> OutputS3KeyPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Parameters
The parameters for the RUN_COMMAND task execution. Documented below.
Declaration
public InputList<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameterArgs> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameterArgs> |
ServiceRoleArn
The IAM service role to assume during task execution.
Declaration
public Input<string> ServiceRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TimeoutSeconds
If this time is reached and the command has not already started executing, it doesn't run.
Declaration
public Input<int> TimeoutSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |