Show / Hide Table of Contents

Class MaintenanceWindowTaskTaskInvocationParametersGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MaintenanceWindowTaskTaskInvocationParametersGetArgs
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 MaintenanceWindowTaskTaskInvocationParametersGetArgs : ResourceArgs

Constructors

View Source

MaintenanceWindowTaskTaskInvocationParametersGetArgs()

Declaration
public MaintenanceWindowTaskTaskInvocationParametersGetArgs()

Properties

View Source

AutomationParameters

The parameters for an AUTOMATION task type. Documented below.

Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersGetArgs> AutomationParameters { get; set; }
Property Value
Type Description
Input<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersGetArgs>
View Source

LambdaParameters

The parameters for a LAMBDA task type. Documented below.

Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersLambdaParametersGetArgs> LambdaParameters { get; set; }
Property Value
Type Description
Input<MaintenanceWindowTaskTaskInvocationParametersLambdaParametersGetArgs>
View Source

RunCommandParameters

The parameters for a RUN_COMMAND task type. Documented below.

Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersGetArgs> RunCommandParameters { get; set; }
Property Value
Type Description
Input<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersGetArgs>
View Source

StepFunctionsParameters

The parameters for a STEP_FUNCTIONS task type. Documented below.

Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParametersGetArgs> StepFunctionsParameters { get; set; }
Property Value
Type Description
Input<MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParametersGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.