@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)
11 lines (10 loc) • 444 B
TypeScript
export declare const BillingViewDimensionKey: {
readonly LinkedAccount: "LINKED_ACCOUNT";
};
export type BillingViewDimensionKey = (typeof BillingViewDimensionKey)[keyof typeof BillingViewDimensionKey];
export declare const BillingViewType: {
readonly Primary: "PRIMARY";
readonly BillingGroup: "BILLING_GROUP";
readonly Custom: "CUSTOM";
};
export type BillingViewType = (typeof BillingViewType)[keyof typeof BillingViewType];