@Stability(value=Stable)
public static interface CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty
extends software.amazon.jsii.JsiiSerializable
MaintenanceWindowStepFunctionsParameters is a property of the TaskInvocationParameters property type.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssm.*;
MaintenanceWindowStepFunctionsParametersProperty maintenanceWindowStepFunctionsParametersProperty = MaintenanceWindowStepFunctionsParametersProperty.builder()
.input("input")
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder
|
static class |
CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Jsii$Proxy
An implementation for
CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder |
builder() |
default String |
getInput()
The inputs for the `STEP_FUNCTIONS` task.
|
default String |
getName()
The name of the `STEP_FUNCTIONS` task.
|
@Stability(value=Stable) @Nullable default String getInput()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnMaintenanceWindowTask.MaintenanceWindowStepFunctionsParametersProperty.Builder builder()
Copyright © 2023. All rights reserved.