@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)
12 lines (11 loc) • 460 B
TypeScript
export declare const LandingZoneDriftStatus: {
readonly Drifted: "DRIFTED";
readonly InSync: "IN_SYNC";
};
export type LandingZoneDriftStatus = (typeof LandingZoneDriftStatus)[keyof typeof LandingZoneDriftStatus];
export declare const LandingZoneStatus: {
readonly Active: "ACTIVE";
readonly Processing: "PROCESSING";
readonly Failed: "FAILED";
};
export type LandingZoneStatus = (typeof LandingZoneStatus)[keyof typeof LandingZoneStatus];