Uses of Class
software.amazon.awscdk.services.ecs.TaskDefinitionRevision
-
Uses of TaskDefinitionRevision in software.amazon.awscdk.services.ecs
Modifier and TypeFieldDescriptionstatic final TaskDefinitionRevision
TaskDefinitionRevision.LATEST
The most recent revision of a task.Modifier and TypeMethodDescriptiondefault TaskDefinitionRevision
BaseServiceOptions.getTaskDefinitionRevision()
Revision number for the task definition orlatest
to use the latest active task revision.final TaskDefinitionRevision
BaseServiceOptions.Jsii$Proxy.getTaskDefinitionRevision()
final TaskDefinitionRevision
BaseServiceProps.Jsii$Proxy.getTaskDefinitionRevision()
final TaskDefinitionRevision
Ec2ServiceProps.Jsii$Proxy.getTaskDefinitionRevision()
final TaskDefinitionRevision
ExternalServiceProps.Jsii$Proxy.getTaskDefinitionRevision()
final TaskDefinitionRevision
FargateServiceProps.Jsii$Proxy.getTaskDefinitionRevision()
static TaskDefinitionRevision
Specific revision of a task.Modifier and TypeMethodDescriptionBaseServiceOptions.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Sets the value ofBaseServiceOptions.getTaskDefinitionRevision()
BaseServiceProps.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Sets the value ofBaseServiceOptions.getTaskDefinitionRevision()
Ec2Service.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Revision number for the task definition orlatest
to use the latest active task revision.Ec2ServiceProps.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Sets the value ofBaseServiceOptions.getTaskDefinitionRevision()
ExternalService.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Revision number for the task definition orlatest
to use the latest active task revision.ExternalServiceProps.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Sets the value ofBaseServiceOptions.getTaskDefinitionRevision()
FargateService.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Revision number for the task definition orlatest
to use the latest active task revision.FargateServiceProps.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Sets the value ofBaseServiceOptions.getTaskDefinitionRevision()