@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
10 lines (9 loc) • 747 B
TypeScript
export { ControlTowerControlArgs, ControlTowerControlState } from "./controlTowerControl";
export type ControlTowerControl = import("./controlTowerControl").ControlTowerControl;
export declare const ControlTowerControl: typeof import("./controlTowerControl").ControlTowerControl;
export { GetControlsArgs, GetControlsResult, GetControlsOutputArgs } from "./getControls";
export declare const getControls: typeof import("./getControls").getControls;
export declare const getControlsOutput: typeof import("./getControls").getControlsOutput;
export { LandingZoneArgs, LandingZoneState } from "./landingZone";
export type LandingZone = import("./landingZone").LandingZone;
export declare const LandingZone: typeof import("./landingZone").LandingZone;