| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected Cluster |
NetworkLoadBalancedServiceBase.getDefaultCluster(software.constructs.Construct scope)
Returns the default cluster.
|
protected Cluster |
ScheduledTaskBase.getDefaultCluster(software.constructs.Construct scope)
Returns the default cluster.
|
protected Cluster |
ApplicationLoadBalancedServiceBase.getDefaultCluster(software.constructs.Construct scope)
Returns the default cluster.
|
protected Cluster |
NetworkMultipleTargetGroupsServiceBase.getDefaultCluster(software.constructs.Construct scope)
Returns the default cluster.
|
protected Cluster |
ApplicationMultipleTargetGroupsServiceBase.getDefaultCluster(software.constructs.Construct scope)
Returns the default cluster.
|
protected Cluster |
QueueProcessingServiceBase.getDefaultCluster(software.constructs.Construct scope)
Returns the default cluster.
|
protected Cluster |
NetworkLoadBalancedServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
ScheduledTaskBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
ApplicationLoadBalancedServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
NetworkMultipleTargetGroupsServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
ApplicationMultipleTargetGroupsServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
protected Cluster |
QueueProcessingServiceBase.getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
Returns the default cluster.
|
Copyright © 2022. All rights reserved.