@pulumi/tls
Version:
A Pulumi package to create TLS resources in Pulumi programs.
23 lines (22 loc) • 1.59 kB
TypeScript
export { CertRequestArgs, CertRequestState } from "./certRequest";
export type CertRequest = import("./certRequest").CertRequest;
export declare const CertRequest: typeof import("./certRequest").CertRequest;
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
export { GetPublicKeyArgs, GetPublicKeyResult, GetPublicKeyOutputArgs } from "./getPublicKey";
export declare const getPublicKey: typeof import("./getPublicKey").getPublicKey;
export declare const getPublicKeyOutput: typeof import("./getPublicKey").getPublicKeyOutput;
export { LocallySignedCertArgs, LocallySignedCertState } from "./locallySignedCert";
export type LocallySignedCert = import("./locallySignedCert").LocallySignedCert;
export declare const LocallySignedCert: typeof import("./locallySignedCert").LocallySignedCert;
export { PrivateKeyArgs, PrivateKeyState } from "./privateKey";
export type PrivateKey = import("./privateKey").PrivateKey;
export declare const PrivateKey: typeof import("./privateKey").PrivateKey;
export * from "./provider";
export { SelfSignedCertArgs, SelfSignedCertState } from "./selfSignedCert";
export type SelfSignedCert = import("./selfSignedCert").SelfSignedCert;
export declare const SelfSignedCert: typeof import("./selfSignedCert").SelfSignedCert;
import * as config from "./config";
import * as types from "./types";
export { config, types, };