Show / Hide Table of Contents

Class EcsFargateLaunchTargetOptions

Properties to define an ECS service.

Inheritance
System.Object
EcsFargateLaunchTargetOptions
Implements
IEcsFargateLaunchTargetOptions
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.AWS.StepFunctions.Tasks.dll
Syntax (csharp)
public class EcsFargateLaunchTargetOptions : Object, IEcsFargateLaunchTargetOptions
Syntax (vb)
Public Class EcsFargateLaunchTargetOptions
    Inherits Object
    Implements IEcsFargateLaunchTargetOptions
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
using Amazon.CDK.AWS.StepFunctions.Tasks;

var ecsFargateLaunchTargetOptions = new EcsFargateLaunchTargetOptions {
    PlatformVersion = FargatePlatformVersion.LATEST
};

Synopsis

Constructors

EcsFargateLaunchTargetOptions()

Properties

PlatformVersion

Refers to a specific runtime environment for Fargate task infrastructure.

Constructors

EcsFargateLaunchTargetOptions()

public EcsFargateLaunchTargetOptions()

Properties

PlatformVersion

Refers to a specific runtime environment for Fargate task infrastructure.

public FargatePlatformVersion PlatformVersion { get; set; }
Property Value

FargatePlatformVersion

Remarks

Fargate platform version is a combination of the kernel and container runtime versions.

See: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html

Implements

IEcsFargateLaunchTargetOptions
Back to top Generated by DocFX