@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:38.692Z") @Stability(value=Experimental) 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()
(experimental) Additional parameters to pass to the base task.
|
@Stability(value=Experimental) @Nullable default Map<String,Object> getParameters()
Default: - No additional parameters passed
@Stability(value=Experimental) static EcsLaunchTargetConfig.Builder builder()
EcsLaunchTargetConfig.Builder of EcsLaunchTargetConfigCopyright © 2022. All rights reserved.