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