@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)
38 lines • 1.15 kB
JavaScript
;
// *** 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.ServiceEndpointType = exports.RouteType = exports.RouteMethod = exports.RouteActivationState = exports.EnvironmentNetworkFabricType = exports.ApplicationProxyType = exports.ApplicationApiGatewayEndpointType = void 0;
exports.ApplicationApiGatewayEndpointType = {
Regional: "REGIONAL",
Private: "PRIVATE",
};
exports.ApplicationProxyType = {
ApiGateway: "API_GATEWAY",
};
exports.EnvironmentNetworkFabricType = {
TransitGateway: "TRANSIT_GATEWAY",
None: "NONE",
};
exports.RouteActivationState = {
Inactive: "INACTIVE",
Active: "ACTIVE",
};
exports.RouteMethod = {
Delete: "DELETE",
Get: "GET",
Head: "HEAD",
Options: "OPTIONS",
Patch: "PATCH",
Post: "POST",
Put: "PUT",
};
exports.RouteType = {
Default: "DEFAULT",
UriPath: "URI_PATH",
};
exports.ServiceEndpointType = {
Lambda: "LAMBDA",
Url: "URL",
};
//# sourceMappingURL=index.js.map