@cloudtoolkit/aws
Version:
The Cloud Toolkit AWS provider for Pulumi provision well-architected solutions in [AWS](https://aws.amazon.com/). With Cloud Toolkit AWS you can use your preferred programming language to manage your platform with Infrastructure as Code.
19 lines (18 loc) • 1.25 kB
TypeScript
export { AccountIamArgs } from "./accountIam";
export type AccountIam = import("./accountIam").AccountIam;
export declare const AccountIam: typeof import("./accountIam").AccountIam;
export { AuditLoggingArgs } from "./auditLogging";
export type AuditLogging = import("./auditLogging").AuditLogging;
export declare const AuditLogging: typeof import("./auditLogging").AuditLogging;
export { IamTrustedAccountArgs } from "./iamTrustedAccount";
export type IamTrustedAccount = import("./iamTrustedAccount").IamTrustedAccount;
export declare const IamTrustedAccount: typeof import("./iamTrustedAccount").IamTrustedAccount;
export { IamTrustingAccountArgs } from "./iamTrustingAccount";
export type IamTrustingAccount = import("./iamTrustingAccount").IamTrustingAccount;
export declare const IamTrustingAccount: typeof import("./iamTrustingAccount").IamTrustingAccount;
export { LandingZoneArgs } from "./landingZone";
export type LandingZone = import("./landingZone").LandingZone;
export declare const LandingZone: typeof import("./landingZone").LandingZone;
export { OrganizationArgs } from "./organization";
export type Organization = import("./organization").Organization;
export declare const Organization: typeof import("./organization").Organization;