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 |
---|---|
Ec2TaskDefinition |
Ec2TaskDefinition.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Ec2TaskDefinition |
ScheduledEc2Task.getTaskDefinition()
(experimental) The EC2 task definition in this construct.
|
Ec2TaskDefinition |
ScheduledEc2TaskDefinitionOptions.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
Ec2TaskDefinition |
ScheduledEc2TaskDefinitionOptions.Jsii$Proxy.getTaskDefinition() |
Ec2TaskDefinition |
NetworkLoadBalancedEc2Service.getTaskDefinition()
(experimental) The EC2 Task Definition in this construct.
|
default Ec2TaskDefinition |
NetworkLoadBalancedEc2ServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
Ec2TaskDefinition |
NetworkLoadBalancedEc2ServiceProps.Jsii$Proxy.getTaskDefinition() |
Ec2TaskDefinition |
NetworkMultipleTargetGroupsEc2Service.getTaskDefinition()
(experimental) The EC2 Task Definition in this construct.
|
Ec2TaskDefinition |
ApplicationLoadBalancedEc2Service.getTaskDefinition()
(experimental) The EC2 Task Definition in this construct.
|
Ec2TaskDefinition |
ApplicationMultipleTargetGroupsEc2Service.getTaskDefinition()
(experimental) The EC2 Task Definition in this construct.
|
default Ec2TaskDefinition |
ApplicationMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
Ec2TaskDefinition |
ApplicationMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getTaskDefinition() |
default Ec2TaskDefinition |
NetworkMultipleTargetGroupsEc2ServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
Ec2TaskDefinition |
NetworkMultipleTargetGroupsEc2ServiceProps.Jsii$Proxy.getTaskDefinition() |
default Ec2TaskDefinition |
ApplicationLoadBalancedEc2ServiceProps.getTaskDefinition()
(experimental) The task definition to use for tasks in the service.
|
Ec2TaskDefinition |
ApplicationLoadBalancedEc2ServiceProps.Jsii$Proxy.getTaskDefinition() |
Ec2TaskDefinition |
QueueProcessingEc2Service.getTaskDefinition()
(experimental) The EC2 task definition in this construct.
|
Constructor and Description |
---|
Jsii$Proxy(Ec2TaskDefinition taskDefinition)
Constructor that initializes the object based on literal property values passed by the
ScheduledEc2TaskDefinitionOptions.Builder . |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition 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
ApplicationMultipleTargetGroupsEc2ServiceProps.Builder . |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition 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
NetworkMultipleTargetGroupsEc2ServiceProps.Builder . |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
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
NetworkLoadBalancedEc2ServiceProps.Builder . |
Jsii$Proxy(Number cpu,
Number memoryLimitMiB,
Number memoryReservationMiB,
Ec2TaskDefinition taskDefinition,
ICertificate certificate,
DeploymentCircuitBreaker circuitBreaker,
CloudMapOptions cloudMapOptions,
ICluster cluster,
DeploymentController deploymentController,
Number desiredCount,
String domainName,
IHostedZone domainZone,
Boolean enableEcsManagedTags,
Duration healthCheckGracePeriod,
Number listenerPort,
IApplicationLoadBalancer loadBalancer,
String loadBalancerName,
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
ApplicationLoadBalancedEc2ServiceProps.Builder . |
Copyright © 2021. All rights reserved.