| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
Cluster
A regional grouping of one or more container instances on which you can run tasks and services.
|
static class |
ICluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ICluster |
Cluster.fromClusterAttributes(software.constructs.Construct scope,
String id,
ClusterAttributes attrs)
Import an existing cluster to the stack from its attributes.
|
ICluster |
BaseServiceOptions.getCluster()
The name of the cluster that hosts the service.
|
ICluster |
BaseServiceOptions.Jsii$Proxy.getCluster() |
ICluster |
BaseServiceProps.Jsii$Proxy.getCluster() |
ICluster |
Ec2ServiceProps.Jsii$Proxy.getCluster() |
ICluster |
IBaseService.getCluster()
The cluster that hosts the service.
|
ICluster |
IBaseService.Jsii$Proxy.getCluster()
The cluster that hosts the service.
|
default ICluster |
IBaseService.Jsii$Default.getCluster()
The cluster that hosts the service.
|
ICluster |
BaseService.getCluster()
The cluster that hosts the service.
|
ICluster |
FargateServiceProps.Jsii$Proxy.getCluster() |
ICluster |
ExternalServiceProps.Jsii$Proxy.getCluster() |
ICluster |
FargateServiceAttributes.getCluster()
The cluster that hosts the service.
|
ICluster |
FargateServiceAttributes.Jsii$Proxy.getCluster() |
ICluster |
Ec2ServiceAttributes.getCluster()
The cluster that hosts the service.
|
ICluster |
Ec2ServiceAttributes.Jsii$Proxy.getCluster() |
ICluster |
ExternalServiceAttributes.getCluster()
The cluster that hosts the service.
|
ICluster |
ExternalServiceAttributes.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
BaseServiceOptions.Builder |
BaseServiceOptions.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
Ec2Service.Builder |
Ec2Service.Builder.cluster(ICluster cluster)
The name of the cluster that hosts the service.
|
BaseServiceProps.Builder |
BaseServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
Ec2ServiceProps.Builder |
Ec2ServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
ExternalService.Builder |
ExternalService.Builder.cluster(ICluster cluster)
The name of the cluster that hosts the service.
|
FargateServiceProps.Builder |
FargateServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
ExternalServiceProps.Builder |
ExternalServiceProps.Builder.cluster(ICluster cluster)
Sets the value of
BaseServiceOptions.getCluster() |
FargateServiceAttributes.Builder |
FargateServiceAttributes.Builder.cluster(ICluster cluster)
Sets the value of
FargateServiceAttributes.getCluster() |
Ec2ServiceAttributes.Builder |
Ec2ServiceAttributes.Builder.cluster(ICluster cluster)
Sets the value of
Ec2ServiceAttributes.getCluster() |
ExternalServiceAttributes.Builder |
ExternalServiceAttributes.Builder.cluster(ICluster cluster)
Sets the value of
ExternalServiceAttributes.getCluster() |
FargateService.Builder |
FargateService.Builder.cluster(ICluster cluster)
The name of the cluster that hosts the service.
|
Copyright © 2021. All rights reserved.