UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

22 lines (21 loc) 1.92 kB
export { CertificateArgs, CertificateState } from "./certificate"; export type Certificate = import("./certificate").Certificate; export declare const Certificate: typeof import("./certificate").Certificate; export { CertificateAuthorityArgs, CertificateAuthorityState } from "./certificateAuthority"; export type CertificateAuthority = import("./certificateAuthority").CertificateAuthority; export declare const CertificateAuthority: typeof import("./certificateAuthority").CertificateAuthority; export { CertificateAuthorityCertificateArgs, CertificateAuthorityCertificateState } from "./certificateAuthorityCertificate"; export type CertificateAuthorityCertificate = import("./certificateAuthorityCertificate").CertificateAuthorityCertificate; export declare const CertificateAuthorityCertificate: typeof import("./certificateAuthorityCertificate").CertificateAuthorityCertificate; export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate"; export declare const getCertificate: typeof import("./getCertificate").getCertificate; export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput; export { GetCertificateAuthorityArgs, GetCertificateAuthorityResult, GetCertificateAuthorityOutputArgs } from "./getCertificateAuthority"; export declare const getCertificateAuthority: typeof import("./getCertificateAuthority").getCertificateAuthority; export declare const getCertificateAuthorityOutput: typeof import("./getCertificateAuthority").getCertificateAuthorityOutput; export { PermissionArgs, PermissionState } from "./permission"; export type Permission = import("./permission").Permission; export declare const Permission: typeof import("./permission").Permission; export { PolicyArgs, PolicyState } from "./policy"; export type Policy = import("./policy").Policy; export declare const Policy: typeof import("./policy").Policy;