@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
95 lines • 2.42 kB
JavaScript
"use strict";
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
Object.defineProperty(exports, "__esModule", { value: true });
exports.Runtime = void 0;
exports.Runtime = {
Dotnet6: "dotnet6",
Dotnet8: "dotnet8",
Java11: "java11",
Java17: "java17",
Java21: "java21",
Java8AL2: "java8.al2",
NodeJS18dX: "nodejs18.x",
NodeJS20dX: "nodejs20.x",
NodeJS22dX: "nodejs22.x",
CustomAL2: "provided.al2",
CustomAL2023: "provided.al2023",
Python3d10: "python3.10",
Python3d11: "python3.11",
Python3d12: "python3.12",
Python3d13: "python3.13",
Python3d9: "python3.9",
Ruby3d2: "ruby3.2",
Ruby3d3: "ruby3.3",
Ruby3d4: "ruby3.4",
/**
* @deprecated This runtime is now deprecated
*/
Dotnet5d0: "dotnet5.0",
/**
* @deprecated This runtime is now deprecated
*/
Dotnet7: "dotnet7",
/**
* @deprecated This runtime is now deprecated
*/
DotnetCore2d1: "dotnetcore2.1",
/**
* @deprecated This runtime is now deprecated
*/
DotnetCore3d1: "dotnetcore3.1",
/**
* @deprecated This runtime is now deprecated
*/
Go1dx: "go1.x",
/**
* @deprecated This runtime is now deprecated
*/
Java8: "java8",
/**
* @deprecated This runtime is now deprecated
*/
NodeJS10dX: "nodejs10.x",
/**
* @deprecated This runtime is now deprecated
*/
NodeJS12dX: "nodejs12.x",
/**
* @deprecated This runtime is now deprecated
*/
NodeJS14dX: "nodejs14.x",
/**
* @deprecated This runtime is now deprecated
*/
NodeJS16dX: "nodejs16.x",
/**
* @deprecated This runtime is now deprecated
*/
Custom: "provided",
/**
* @deprecated This runtime is now deprecated
*/
Python2d7: "python2.7",
/**
* @deprecated This runtime is now deprecated
*/
Python3d6: "python3.6",
/**
* @deprecated This runtime is now deprecated
*/
Python3d7: "python3.7",
/**
* @deprecated This runtime is now deprecated
*/
Python3d8: "python3.8",
/**
* @deprecated This runtime is now deprecated
*/
Ruby2d5: "ruby2.5",
/**
* @deprecated This runtime is now deprecated
*/
Ruby2d7: "ruby2.7",
};
//# sourceMappingURL=index.js.map