Interface CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
The MaintenanceWindowStepFunctionsParameters
property type specifies the parameters for the execution of a STEP_FUNCTIONS
task in a Systems Manager maintenance window.
public interface CfnMaintenanceWindowTask.IMaintenanceWindowStepFunctionsParametersProperty
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"
};
Remarks
MaintenanceWindowStepFunctionsParameters
is a property of the TaskInvocationParameters property type.
ExampleMetadata: fixture=_generated
Properties
Input
The inputs for the STEP_FUNCTIONS
task.
string? Input { get; }
Property Value
Remarks
Name
The name of the STEP_FUNCTIONS
task.
string? Name { get; }