@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-27T20:28:49.236Z") @Stability(value=Stable) public interface EcsLaunchTargetConfig extends software.amazon.jsii.JsiiSerializable
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.stepfunctions.tasks.*;
Object parameters;
EcsLaunchTargetConfig ecsLaunchTargetConfig = EcsLaunchTargetConfig.builder()
.parameters(Map.of(
"parametersKey", parameters))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
EcsLaunchTargetConfig.Builder
A builder for
EcsLaunchTargetConfig |
static class |
EcsLaunchTargetConfig.Jsii$Proxy
An implementation for
EcsLaunchTargetConfig |
| Modifier and Type | Method and Description |
|---|---|
static EcsLaunchTargetConfig.Builder |
builder() |
default Map<String,Object> |
getParameters()
Additional parameters to pass to the base task.
|
@Stability(value=Stable) @Nullable default Map<String,Object> getParameters()
Default: - No additional parameters passed
@Stability(value=Stable) static EcsLaunchTargetConfig.Builder builder()
EcsLaunchTargetConfig.Builder of EcsLaunchTargetConfigCopyright © 2022. All rights reserved.