UNPKG

@pulumi/aws-native

Version:

The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)

20 lines (19 loc) 1.27 kB
export { CrlArgs } from "./crl"; export type Crl = import("./crl").Crl; export declare const Crl: typeof import("./crl").Crl; export { GetCrlArgs, GetCrlResult, GetCrlOutputArgs } from "./getCrl"; export declare const getCrl: typeof import("./getCrl").getCrl; export declare const getCrlOutput: typeof import("./getCrl").getCrlOutput; export { GetProfileArgs, GetProfileResult, GetProfileOutputArgs } from "./getProfile"; export declare const getProfile: typeof import("./getProfile").getProfile; export declare const getProfileOutput: typeof import("./getProfile").getProfileOutput; export { GetTrustAnchorArgs, GetTrustAnchorResult, GetTrustAnchorOutputArgs } from "./getTrustAnchor"; export declare const getTrustAnchor: typeof import("./getTrustAnchor").getTrustAnchor; export declare const getTrustAnchorOutput: typeof import("./getTrustAnchor").getTrustAnchorOutput; export { ProfileArgs } from "./profile"; export type Profile = import("./profile").Profile; export declare const Profile: typeof import("./profile").Profile; export { TrustAnchorArgs } from "./trustAnchor"; export type TrustAnchor = import("./trustAnchor").TrustAnchor; export declare const TrustAnchor: typeof import("./trustAnchor").TrustAnchor; export * from "../types/enums/rolesanywhere";