@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:37:01.063Z")
public interface LaunchTargetBindOptions
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.ecs.*; import software.amazon.awscdk.services.stepfunctions.tasks.*; Cluster cluster; TaskDefinition taskDefinition; LaunchTargetBindOptions launchTargetBindOptions = LaunchTargetBindOptions.builder() .taskDefinition(taskDefinition) // the properties below are optional .cluster(cluster) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
LaunchTargetBindOptions.Builder
A builder for
LaunchTargetBindOptions |
static class |
LaunchTargetBindOptions.Jsii$Proxy
An implementation for
LaunchTargetBindOptions |
Modifier and Type | Method and Description |
---|---|
static LaunchTargetBindOptions.Builder |
builder() |
default ICluster |
getCluster()
A regional grouping of one or more container instances on which you can run tasks and services.
|
ITaskDefinition |
getTaskDefinition()
Task definition to run Docker containers in Amazon ECS.
|
ITaskDefinition getTaskDefinition()
default ICluster getCluster()
Default: - No cluster
static LaunchTargetBindOptions.Builder builder()
LaunchTargetBindOptions.Builder
of LaunchTargetBindOptions