platformVersion property

Input<String?>? platformVersion
final

Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0. This is used only if LaunchType is FARGATE. For more information about valid platform versions, see AWS Fargate Platform Versions.

Implementation

final pulumi.Input<String?>? platformVersion;