[aws-events-targets] Specify platformVersion for EcsTask #10186
Labels
@aws-cdk/aws-events-targets
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
in-progress
This issue is being actively worked on.
p2
EcsTask
always uses fargate platform version asLATEST
implicitly.CDK users maybe want to specify platform version explicitly.
Use Case
The actual version pointed to by
LATEST
will change in the future.CDK users may not notice those changes.
In that case, set it to a fixed value for safety.
Proposed Solution
Add
platformVersion
property toEcsTaskProps
, and when it exists, use it in ecsParameters.Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: