@nolanrigo/cloudformation
Version:
TypeScript-based imperative way to define AWS CloudFormation templates
6 lines (5 loc) • 322 B
TypeScript
export { default as AutoScalingGroup } from "./AutoScalingGroup";
export { default as ScheduledAction } from "./ScheduledAction";
export { default as LaunchConfiguration } from "./LaunchConfiguration";
export { default as LifecycleHook } from "./LifecycleHook";
export { default as ScalingPolicy } from "./ScalingPolicy";