@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.603Z") @Stability(value=Stable) public interface CfnPrimaryTaskSetProps 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.ecs.*;
CfnPrimaryTaskSetProps cfnPrimaryTaskSetProps = CfnPrimaryTaskSetProps.builder()
.cluster("cluster")
.service("service")
.taskSetId("taskSetId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrimaryTaskSetProps.Builder
A builder for
CfnPrimaryTaskSetProps |
static class |
CfnPrimaryTaskSetProps.Jsii$Proxy
An implementation for
CfnPrimaryTaskSetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrimaryTaskSetProps.Builder |
builder() |
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
|
String |
getService()
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
String |
getTaskSetId()
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
|
@Stability(value=Stable) @NotNull String getCluster()
@Stability(value=Stable) @NotNull String getService()
@Stability(value=Stable) @NotNull String getTaskSetId()
@Stability(value=Stable) static CfnPrimaryTaskSetProps.Builder builder()
CfnPrimaryTaskSetProps.Builder of CfnPrimaryTaskSetPropsCopyright © 2022. All rights reserved.