@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
13 lines (12 loc) • 928 B
TypeScript
export { BaselineArgs, BaselineState } from "./baseline";
export type Baseline = import("./baseline").Baseline;
export declare const Baseline: typeof import("./baseline").Baseline;
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;