@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)
35 lines • 1.1 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.SafetyRuleStatus = exports.SafetyRuleRuleType = exports.RoutingControlStatus = exports.ControlPanelStatus = exports.ClusterStatus = exports.ClusterNetworkType = void 0;
exports.ClusterNetworkType = {
Ipv4: "IPV4",
Dualstack: "DUALSTACK",
};
exports.ClusterStatus = {
Pending: "PENDING",
Deployed: "DEPLOYED",
PendingDeletion: "PENDING_DELETION",
};
exports.ControlPanelStatus = {
Pending: "PENDING",
Deployed: "DEPLOYED",
PendingDeletion: "PENDING_DELETION",
};
exports.RoutingControlStatus = {
Pending: "PENDING",
Deployed: "DEPLOYED",
PendingDeletion: "PENDING_DELETION",
};
exports.SafetyRuleRuleType = {
And: "AND",
Or: "OR",
Atleast: "ATLEAST",
};
exports.SafetyRuleStatus = {
Pending: "PENDING",
Deployed: "DEPLOYED",
PendingDeletion: "PENDING_DELETION",
};
//# sourceMappingURL=index.js.map