| Modifier and Type | Method and Description |
|---|---|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.assignPublicIp(Boolean assignPublicIp)
Deprecated.
Assign public IP addresses to each task.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.cluster(ICluster cluster)
Deprecated.
The topic to run the task on.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.containerOverrides(List<? extends ContainerOverride> containerOverrides)
Deprecated.
Container setting overrides.
|
static RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.create()
Deprecated.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern)
Deprecated.
The service integration pattern indicates different ways to call RunTask in ECS.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.platformVersion(FargatePlatformVersion platformVersion)
Deprecated.
Fargate platform version to run this service on.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.securityGroup(ISecurityGroup securityGroup)
Deprecated.
Existing security group to use for the tasks.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.subnets(SubnetSelection subnets)
Deprecated.
In what subnets to place the task's ENIs.
|
RunEcsFargateTask.Builder |
RunEcsFargateTask.Builder.taskDefinition(TaskDefinition taskDefinition)
Deprecated.
Task Definition used for running tasks in the service.
|
Copyright © 2020. All rights reserved.