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)

16 lines (15 loc) 705 B
export declare const LandingZoneDriftStatus: { readonly Drifted: "DRIFTED"; readonly InSync: "IN_SYNC"; }; export type LandingZoneDriftStatus = (typeof LandingZoneDriftStatus)[keyof typeof LandingZoneDriftStatus]; export declare const LandingZoneRemediationTypesItem: { readonly InheritanceDrift: "INHERITANCE_DRIFT"; }; export type LandingZoneRemediationTypesItem = (typeof LandingZoneRemediationTypesItem)[keyof typeof LandingZoneRemediationTypesItem]; export declare const LandingZoneStatus: { readonly Active: "ACTIVE"; readonly Processing: "PROCESSING"; readonly Failed: "FAILED"; }; export type LandingZoneStatus = (typeof LandingZoneStatus)[keyof typeof LandingZoneStatus];