UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

31 lines 1.05 kB
"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.EnvironmentVcfVersion = exports.EnvironmentState = exports.EnvironmentHostInfoForCreateInstanceType = exports.EnvironmentCheckType = exports.EnvironmentCheckResult = void 0; exports.EnvironmentCheckResult = { Passed: "PASSED", Failed: "FAILED", Unknown: "UNKNOWN", }; exports.EnvironmentCheckType = { KeyReuse: "KEY_REUSE", KeyCoverage: "KEY_COVERAGE", Reachability: "REACHABILITY", VcfVersion: "VCF_VERSION", HostCount: "HOST_COUNT", }; exports.EnvironmentHostInfoForCreateInstanceType = { I4iMetal: "i4i.metal", }; exports.EnvironmentState = { Creating: "CREATING", Created: "CREATED", Deleting: "DELETING", Deleted: "DELETED", CreateFailed: "CREATE_FAILED", }; exports.EnvironmentVcfVersion = { Vcf521: "VCF-5.2.1", }; //# sourceMappingURL=index.js.map