Show / Hide Table of Contents

Class CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty

The MaintenanceWindowStepFunctionsParameters property type specifies the parameters for the execution of a STEP_FUNCTIONS task in a Systems Manager maintenance window.

Inheritance
object
CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
Implements
CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty : CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
Syntax (vb)
Public Class CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty Implements CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
Remarks

MaintenanceWindowStepFunctionsParameters is a property of the TaskInvocationParameters property type.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SSM;

             var maintenanceWindowStepFunctionsParametersProperty = new MaintenanceWindowStepFunctionsParametersProperty {
                 Input = "input",
                 Name = "name"
             };

Synopsis

Constructors

MaintenanceWindowStepFunctionsParametersProperty()

The MaintenanceWindowStepFunctionsParameters property type specifies the parameters for the execution of a STEP_FUNCTIONS task in a Systems Manager maintenance window.

Properties

Input

The inputs for the STEP_FUNCTIONS task.

Name

The name of the STEP_FUNCTIONS task.

Constructors

MaintenanceWindowStepFunctionsParametersProperty()

The MaintenanceWindowStepFunctionsParameters property type specifies the parameters for the execution of a STEP_FUNCTIONS task in a Systems Manager maintenance window.

public MaintenanceWindowStepFunctionsParametersProperty()
Remarks

MaintenanceWindowStepFunctionsParameters is a property of the TaskInvocationParameters property type.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SSM;

             var maintenanceWindowStepFunctionsParametersProperty = new MaintenanceWindowStepFunctionsParametersProperty {
                 Input = "input",
                 Name = "name"
             };

Properties

Input

The inputs for the STEP_FUNCTIONS task.

public string? Input { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-input

Name

The name of the STEP_FUNCTIONS task.

public string? Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters.html#cfn-ssm-maintenancewindowtask-maintenancewindowstepfunctionsparameters-name

Implements

CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
Back to top Generated by DocFX