| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnPrimaryTaskSet.Builder |
CfnPrimaryTaskSet.Builder.cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
|
static CfnPrimaryTaskSet.Builder |
CfnPrimaryTaskSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnPrimaryTaskSet.Builder |
CfnPrimaryTaskSet.Builder.service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
CfnPrimaryTaskSet.Builder |
CfnPrimaryTaskSet.Builder.taskSetId(String taskSetId)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
|
Copyright © 2022. All rights reserved.