@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.227Z") @Stability(value=Experimental) public interface FargateServiceAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FargateServiceAttributes.Builder
A builder for
FargateServiceAttributes |
static class |
FargateServiceAttributes.Jsii$Proxy
An implementation for
FargateServiceAttributes |
| Modifier and Type | Method and Description |
|---|---|
static FargateServiceAttributes.Builder |
builder() |
ICluster |
getCluster()
(experimental) The cluster that hosts the service.
|
default String |
getServiceArn()
(experimental) The service ARN.
|
default String |
getServiceName()
(experimental) The name of the service.
|
@Stability(value=Experimental) @NotNull ICluster getCluster()
@Stability(value=Experimental) @Nullable default String getServiceArn()
Default: - either this, or serviceName, is required
@Stability(value=Experimental) @Nullable default String getServiceName()
Default: - either this, or serviceArn, is required
@Stability(value=Experimental) static FargateServiceAttributes.Builder builder()
FargateServiceAttributes.Builder of FargateServiceAttributesCopyright © 2021. All rights reserved.