Show / Hide Table of Contents

Class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs
Inherited Members
ResourceArgs.Empty
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 Source

MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs()

Declaration
public MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersArgs()

Properties

View Source

Comment

Information about the command(s) to execute.

Declaration
public Input<string> Comment { get; set; }
Property Value
Type Description
Input<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 Input<string> DocumentHash { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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

OutputS3Bucket

The name of the Amazon S3 bucket.

Declaration
public Input<string> OutputS3Bucket { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OutputS3KeyPrefix

The Amazon S3 bucket subfolder.

Declaration
public Input<string> OutputS3KeyPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Parameters

The parameters for the RUN_COMMAND task execution. Documented below.

Declaration
public InputList<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameterArgs> Parameters { get; set; }
Property Value
Type Description
InputList<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersParameterArgs>
View Source

ServiceRoleArn

The IAM service role to assume during task execution.

Declaration
public Input<string> ServiceRoleArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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