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)

14 lines (13 loc) 410 B
export declare const ConnectionState: { readonly Available: "available"; readonly Requested: "requested"; readonly Pending: "pending"; readonly Down: "down"; readonly Deleting: "deleting"; readonly Deleted: "deleted"; readonly Failed: "failed"; }; /** * The current state of the connection. */ export type ConnectionState = (typeof ConnectionState)[keyof typeof ConnectionState];