@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
13 lines (12 loc) • 823 B
TypeScript
export { ClusterArgs, ClusterState } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { ControlPanelArgs, ControlPanelState } from "./controlPanel";
export type ControlPanel = import("./controlPanel").ControlPanel;
export declare const ControlPanel: typeof import("./controlPanel").ControlPanel;
export { RoutingControlArgs, RoutingControlState } from "./routingControl";
export type RoutingControl = import("./routingControl").RoutingControl;
export declare const RoutingControl: typeof import("./routingControl").RoutingControl;
export { SafetyRuleArgs, SafetyRuleState } from "./safetyRule";
export type SafetyRule = import("./safetyRule").SafetyRule;
export declare const SafetyRule: typeof import("./safetyRule").SafetyRule;