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)

13 lines (12 loc) 544 B
export declare const BillScenarioGroupSharingPreference: { readonly Open: "OPEN"; readonly Prioritized: "PRIORITIZED"; readonly Restricted: "RESTRICTED"; }; export type BillScenarioGroupSharingPreference = (typeof BillScenarioGroupSharingPreference)[keyof typeof BillScenarioGroupSharingPreference]; export declare const BillScenarioStatus: { readonly Ready: "READY"; readonly Locked: "LOCKED"; readonly Failed: "FAILED"; }; export type BillScenarioStatus = (typeof BillScenarioStatus)[keyof typeof BillScenarioStatus];