| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEc2TaskDefinition.Jsii$Default
Internal default implementation for
IEc2TaskDefinition. |
| Modifier and Type | Class and Description |
|---|---|
class |
Ec2TaskDefinition
(experimental) The details of a task definition run on an EC2 cluster.
|
static class |
IEc2TaskDefinition.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IEc2TaskDefinition |
Ec2TaskDefinition.fromEc2TaskDefinitionArn(software.constructs.Construct scope,
String id,
String ec2TaskDefinitionArn)
(experimental) Imports a task definition from the specified task definition ARN.
|
static IEc2TaskDefinition |
Ec2TaskDefinition.fromEc2TaskDefinitionAttributes(software.constructs.Construct scope,
String id,
Ec2TaskDefinitionAttributes attrs)
(experimental) Imports an existing Ec2 task definition from its attributes.
|
Copyright © 2021. All rights reserved.