@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) • 451 B
TypeScript
export declare const IndexState: {
readonly Active: "ACTIVE";
readonly Creating: "CREATING";
readonly Deleting: "DELETING";
readonly Deleted: "DELETED";
readonly Updating: "UPDATING";
};
export type IndexState = (typeof IndexState)[keyof typeof IndexState];
export declare const IndexType: {
readonly Local: "LOCAL";
readonly Aggregator: "AGGREGATOR";
};
export type IndexType = (typeof IndexType)[keyof typeof IndexType];