| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ExternalTaskDefinition.Builder |
ExternalTaskDefinition.Builder.create(software.constructs.Construct scope,
String id) |
ExternalTaskDefinition.Builder |
ExternalTaskDefinition.Builder.executionRole(IRole executionRole)
The name of the IAM task execution role that grants the ECS agent permission to call AWS APIs on your behalf.
|
ExternalTaskDefinition.Builder |
ExternalTaskDefinition.Builder.family(String family)
The name of a family that this task definition is registered to.
|
ExternalTaskDefinition.Builder |
ExternalTaskDefinition.Builder.networkMode(NetworkMode networkMode)
The networking mode to use for the containers in the task.
|
ExternalTaskDefinition.Builder |
ExternalTaskDefinition.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration)
The configuration details for the App Mesh proxy.
|
ExternalTaskDefinition.Builder |
ExternalTaskDefinition.Builder.taskRole(IRole taskRole)
The name of the IAM role that grants containers in the task permission to call AWS APIs on your behalf.
|
ExternalTaskDefinition.Builder |
ExternalTaskDefinition.Builder.volumes(List<? extends Volume> volumes)
The list of volume definitions for the task.
|
Copyright © 2022. All rights reserved.