Class MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters
Inheritance
System.Object
MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersRunCommandParameters
Fields
View SourceComment
Information about the command(s) to execute.
Declaration
public readonly string Comment
Field Value
| Type | Description |
|---|---|
| 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 readonly string DocumentHash
Field Value
| Type | Description |
|---|---|
| System.String |
DocumentHashType
SHA-256 or SHA-1. SHA-1 hashes have been deprecated. Valid values: Sha256 and Sha1
Declaration
public readonly string DocumentHashType
Field Value
| Type | Description |
|---|---|
| System.String |
NotificationConfig
Configurations for sending notifications about command status changes on a per-instance basis. Documented below.
Declaration
public readonly MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig NotificationConfig
Field Value
| Type | Description |
|---|---|
| MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfig |
OutputS3Bucket
The name of the Amazon S3 bucket.
Declaration
public readonly string OutputS3Bucket
Field Value
| Type | Description |
|---|---|
| System.String |
OutputS3KeyPrefix
The Amazon S3 bucket subfolder.
Declaration
public readonly string OutputS3KeyPrefix
Field Value
| Type | Description |
|---|---|
| System.String |
Parameters
The parameters for the RUN_COMMAND task execution. Documented below.
Declaration
public readonly ImmutableArray<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter> Parameters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameter> |
ServiceRoleArn
The IAM service role to assume during task execution.
Declaration
public readonly string ServiceRoleArn
Field Value
| Type | Description |
|---|---|
| System.String |
TimeoutSeconds
If this time is reached and the command has not already started executing, it doesn't run.
Declaration
public readonly int? TimeoutSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |