OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for AwsEcsLaunchtypeValues enum definition

    The launch type for an ECS task.

    Use the AWSECSLAUNCHTYPEVALUES_XXXXX constants rather than the AwsEcsLaunchtypeValues.XXXXX for bundle minification.

    type AwsEcsLaunchtypeValues = {
        EC2: "ec2";
        FARGATE: "fargate";
    }
    Index
    EC2: "ec2"

    ec2.

    FARGATE: "fargate"

    fargate.