Show / Hide Table of Contents

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 Source

Comment

Information about the command(s) to execute.

Declaration
public readonly string Comment
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
View Source

OutputS3Bucket

The name of the Amazon S3 bucket.

Declaration
public readonly string OutputS3Bucket
Field Value
Type Description
System.String
View Source

OutputS3KeyPrefix

The Amazon S3 bucket subfolder.

Declaration
public readonly string OutputS3KeyPrefix
Field Value
Type Description
System.String
View Source

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>
View Source

ServiceRoleArn

The IAM service role to assume during task execution.

Declaration
public readonly string ServiceRoleArn
Field Value
Type Description
System.String
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.