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