@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
7 lines (6 loc) • 380 B
TypeScript
export { ProfileArgs, ProfileState } from "./profile";
export type Profile = import("./profile").Profile;
export declare const Profile: typeof import("./profile").Profile;
export { TrustAnchorArgs, TrustAnchorState } from "./trustAnchor";
export type TrustAnchor = import("./trustAnchor").TrustAnchor;
export declare const TrustAnchor: typeof import("./trustAnchor").TrustAnchor;