| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.events.targets |
Event Targets for Amazon EventBridge
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEc2TaskDefinition
(experimental) The interface of a task definition run on an EC2 cluster.
|
static interface |
IEc2TaskDefinition.Jsii$Default
Internal default implementation for
IEc2TaskDefinition. |
interface |
IFargateTaskDefinition
(experimental) The interface of a task definition run on a Fargate cluster.
|
static interface |
IFargateTaskDefinition.Jsii$Default
Internal default implementation for
IFargateTaskDefinition. |
static interface |
ITaskDefinition.Jsii$Default
Internal default implementation for
ITaskDefinition. |
| Modifier and Type | Class and Description |
|---|---|
class |
Ec2TaskDefinition
(experimental) The details of a task definition run on an EC2 cluster.
|
class |
FargateTaskDefinition
(experimental) The details of a task definition run on a Fargate cluster.
|
static class |
IEc2TaskDefinition.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IFargateTaskDefinition.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
ITaskDefinition.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
TaskDefinition
(experimental) The base class for all task definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static ITaskDefinition |
TaskDefinition.fromTaskDefinitionArn(software.constructs.Construct scope,
String id,
String taskDefinitionArn)
(experimental) Imports a task definition from the specified task definition ARN.
|
static ITaskDefinition |
TaskDefinition.fromTaskDefinitionAttributes(software.constructs.Construct scope,
String id,
TaskDefinitionAttributes attrs)
(experimental) Create a task definition from a task definition reference.
|
| Modifier and Type | Method and Description |
|---|---|
ITaskDefinition |
EcsTaskProps.getTaskDefinition()
(experimental) Task Definition of the task that should be started.
|
ITaskDefinition |
EcsTaskProps.Jsii$Proxy.getTaskDefinition() |
| Modifier and Type | Method and Description |
|---|---|
EcsTaskProps.Builder |
EcsTaskProps.Builder.taskDefinition(ITaskDefinition taskDefinition)
Sets the value of
EcsTaskProps.getTaskDefinition() |
EcsTask.Builder |
EcsTask.Builder.taskDefinition(ITaskDefinition taskDefinition)
(experimental) Task Definition of the task that should be started.
|
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
ITaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
FargatePlatformVersion platformVersion,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Number taskCount)
Constructor that initializes the object based on literal property values passed by the
EcsTaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
ITaskDefinition |
LaunchTargetBindOptions.getTaskDefinition()
(experimental) Task definition to run Docker containers in Amazon ECS.
|
ITaskDefinition |
LaunchTargetBindOptions.Jsii$Proxy.getTaskDefinition() |
| Modifier and Type | Method and Description |
|---|---|
LaunchTargetBindOptions.Builder |
LaunchTargetBindOptions.Builder.taskDefinition(ITaskDefinition taskDefinition)
Sets the value of
LaunchTargetBindOptions.getTaskDefinition() |
| Constructor and Description |
|---|
Jsii$Proxy(ITaskDefinition taskDefinition,
ICluster cluster)
Constructor that initializes the object based on literal property values passed by the
LaunchTargetBindOptions.Builder. |
Copyright © 2021. All rights reserved.