Class MaintenanceWindowTaskTaskInvocationParametersGetArgs
Inheritance
System.Object
MaintenanceWindowTaskTaskInvocationParametersGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowTaskTaskInvocationParametersGetArgs : ResourceArgs
Constructors
View SourceMaintenanceWindowTaskTaskInvocationParametersGetArgs()
Declaration
public MaintenanceWindowTaskTaskInvocationParametersGetArgs()
Properties
View SourceAutomationParameters
The parameters for an AUTOMATION task type. Documented below.
Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersGetArgs> AutomationParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MaintenanceWindowTaskTaskInvocationParametersAutomationParametersGetArgs> |
LambdaParameters
The parameters for a LAMBDA task type. Documented below.
Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersLambdaParametersGetArgs> LambdaParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MaintenanceWindowTaskTaskInvocationParametersLambdaParametersGetArgs> |
RunCommandParameters
The parameters for a RUN_COMMAND task type. Documented below.
Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersGetArgs> RunCommandParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersGetArgs> |
StepFunctionsParameters
The parameters for a STEP_FUNCTIONS task type. Documented below.
Declaration
public Input<MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParametersGetArgs> StepFunctionsParameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<MaintenanceWindowTaskTaskInvocationParametersStepFunctionsParametersGetArgs> |