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 (30 loc) 1.48 kB
export declare const ConnectionAliasAssociationAssociationStatus: { readonly NotAssociated: "NOT_ASSOCIATED"; readonly PendingAssociation: "PENDING_ASSOCIATION"; readonly AssociatedWithOwnerAccount: "ASSOCIATED_WITH_OWNER_ACCOUNT"; readonly AssociatedWithSharedAccount: "ASSOCIATED_WITH_SHARED_ACCOUNT"; readonly PendingDisassociation: "PENDING_DISASSOCIATION"; }; /** * The association status of the connection alias. */ export type ConnectionAliasAssociationAssociationStatus = (typeof ConnectionAliasAssociationAssociationStatus)[keyof typeof ConnectionAliasAssociationAssociationStatus]; export declare const ConnectionAliasState: { readonly Creating: "CREATING"; readonly Created: "CREATED"; readonly Deleting: "DELETING"; }; /** * The current state of the connection alias, returned as a string. */ export type ConnectionAliasState = (typeof ConnectionAliasState)[keyof typeof ConnectionAliasState]; export declare const WorkspacesPoolApplicationSettingsStatus: { readonly Disabled: "DISABLED"; readonly Enabled: "ENABLED"; }; export type WorkspacesPoolApplicationSettingsStatus = (typeof WorkspacesPoolApplicationSettingsStatus)[keyof typeof WorkspacesPoolApplicationSettingsStatus]; export declare const WorkspacesPoolRunningMode: { readonly AlwaysOn: "ALWAYS_ON"; readonly AutoStop: "AUTO_STOP"; }; export type WorkspacesPoolRunningMode = (typeof WorkspacesPoolRunningMode)[keyof typeof WorkspacesPoolRunningMode];