Show / Hide Table of Contents

Class MaintenanceWindowTaskTaskInvocationParametersArgs

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

Constructors

View Source

MaintenanceWindowTaskTaskInvocationParametersArgs()

Declaration
public MaintenanceWindowTaskTaskInvocationParametersArgs()

Properties

View Source

AutomationParameters

The parameters for an AUTOMATION task type. Documented below.

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

LambdaParameters

The parameters for a LAMBDA task type. Documented below.

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

RunCommandParameters

The parameters for a RUN_COMMAND task type. Documented below.

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

StepFunctionsParameters

The parameters for a STEP_FUNCTIONS task type. Documented below.

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