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
System.Object
CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MaintenanceWindowStepFunctionsParametersProperty : Object, CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
Syntax (vb)
Public Class MaintenanceWindowStepFunctionsParametersProperty
Inherits Object
Implements CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
Remarks
MaintenanceWindowStepFunctionsParameters
is a property of the TaskInvocationParameters property type.
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() |
Properties
Input | The inputs for the |
Name | The name of the |
Constructors
MaintenanceWindowStepFunctionsParametersProperty()
public MaintenanceWindowStepFunctionsParametersProperty()
Properties
Input
The inputs for the STEP_FUNCTIONS
task.
public string Input { get; set; }
Property Value
System.String
Remarks
Name
The name of the STEP_FUNCTIONS
task.
public string Name { get; set; }
Property Value
System.String