@Stability(value=Stable)
public static interface CfnDeploymentGroup.ECSServiceProperty
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.codedeploy.*;
ECSServiceProperty eCSServiceProperty = ECSServiceProperty.builder()
.clusterName("clusterName")
.serviceName("serviceName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.ECSServiceProperty.Builder
A builder for
CfnDeploymentGroup.ECSServiceProperty |
static class |
CfnDeploymentGroup.ECSServiceProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.ECSServiceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.ECSServiceProperty.Builder |
builder() |
String |
getClusterName()
The name of the cluster that the Amazon ECS service is associated with.
|
String |
getServiceName()
The name of the target Amazon ECS service.
|
@Stability(value=Stable) @NotNull String getClusterName()
@Stability(value=Stable) @NotNull String getServiceName()
@Stability(value=Stable) static CfnDeploymentGroup.ECSServiceProperty.Builder builder()
Copyright © 2022. All rights reserved.