| 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 |
|---|---|
FargateTaskDefinition |
FargateTaskDefinition.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
default FargateTaskDefinition |
ApplicationLoadBalancedFargateServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
FargateTaskDefinition |
ApplicationLoadBalancedFargateServiceProps.Jsii$Proxy.getTaskDefinition() |
FargateTaskDefinition |
ScheduledFargateTask.getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
default FargateTaskDefinition |
ApplicationMultipleTargetGroupsFargateServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
FargateTaskDefinition |
ApplicationMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTaskDefinition() |
FargateTaskDefinition |
ApplicationLoadBalancedFargateService.getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
FargateTaskDefinition |
NetworkLoadBalancedFargateService.getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
FargateTaskDefinition |
ApplicationMultipleTargetGroupsFargateService.getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
FargateTaskDefinition |
QueueProcessingFargateService.getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
default FargateTaskDefinition |
NetworkLoadBalancedFargateServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
FargateTaskDefinition |
NetworkLoadBalancedFargateServiceProps.Jsii$Proxy.getTaskDefinition() |
FargateTaskDefinition |
ScheduledFargateTaskDefinitionOptions.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
FargateTaskDefinition |
ScheduledFargateTaskDefinitionOptions.Jsii$Proxy.getTaskDefinition() |
FargateTaskDefinition |
NetworkMultipleTargetGroupsFargateService.getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
default FargateTaskDefinition |
NetworkMultipleTargetGroupsFargateServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
FargateTaskDefinition |
NetworkMultipleTargetGroupsFargateServiceProps.Jsii$Proxy.getTaskDefinition() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends ApplicationLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends ApplicationTargetProps> targetGroups,
ApplicationLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
CloudMapOptions cloudMapOptions,
ICluster cluster,
Number desiredCount,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
List<? extends NetworkLoadBalancerProps> loadBalancers,
PropagatedTagSource propagateTags,
String serviceName,
List<? extends NetworkTargetProps> targetGroups,
NetworkLoadBalancedTaskImageProps taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkMultipleTargetGroupsFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
FargateTaskDefinition taskDefinition,
SubnetSelection taskSubnets,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
INetworkLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
PropagatedTagSource propagateTags,
Boolean publicLoadBalancer,
NetworkLoadBalancedServiceRecordType recordType,
String serviceName,
NetworkLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(Boolean assignPublicIp,
Number cpu,
Number memoryLimitMiB,
FargatePlatformVersion platformVersion,
List<? extends ISecurityGroup> securityGroups,
FargateTaskDefinition taskDefinition,
SubnetSelection taskSubnets,
ICertificate certificate,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
Number maxHealthyPercent,
Number minHealthyPercent,
Boolean openListener,
PropagatedTagSource propagateTags,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Boolean publicLoadBalancer,
ApplicationLoadBalancedServiceRecordType recordType,
Boolean redirectHttp,
String serviceName,
ApplicationProtocol targetProtocol,
ApplicationLoadBalancedTaskImageOptions taskImageOptions,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ApplicationLoadBalancedFargateServiceProps.Builder. |
Jsii$Proxy(FargateTaskDefinition taskDefinition)
Constructor that initializes the object based on literal property values passed by the
ScheduledFargateTaskDefinitionOptions.Builder. |
Copyright © 2021. All rights reserved.