EcsFargateLaunchTargetOptions¶
-
class
aws_cdk.aws_stepfunctions_tasks.
EcsFargateLaunchTargetOptions
(*, platform_version)¶ Bases:
object
Properties to define an ECS service.
- Parameters
platform_version (
FargatePlatformVersion
) – Refers to a specific runtime environment for Fargate task infrastructure. Fargate platform version is a combination of the kernel and container runtime versions.
Attributes
-
platform_version
¶ Refers to a specific runtime environment for Fargate task infrastructure.
Fargate platform version is a combination of the kernel and container runtime versions.