@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)
26 lines • 1.08 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.WorkspacesPoolRunningMode = exports.WorkspacesPoolApplicationSettingsStatus = exports.ConnectionAliasState = exports.ConnectionAliasAssociationAssociationStatus = void 0;
exports.ConnectionAliasAssociationAssociationStatus = {
NotAssociated: "NOT_ASSOCIATED",
PendingAssociation: "PENDING_ASSOCIATION",
AssociatedWithOwnerAccount: "ASSOCIATED_WITH_OWNER_ACCOUNT",
AssociatedWithSharedAccount: "ASSOCIATED_WITH_SHARED_ACCOUNT",
PendingDisassociation: "PENDING_DISASSOCIATION",
};
exports.ConnectionAliasState = {
Creating: "CREATING",
Created: "CREATED",
Deleting: "DELETING",
};
exports.WorkspacesPoolApplicationSettingsStatus = {
Disabled: "DISABLED",
Enabled: "ENABLED",
};
exports.WorkspacesPoolRunningMode = {
AlwaysOn: "ALWAYS_ON",
AutoStop: "AUTO_STOP",
};
//# sourceMappingURL=index.js.map