@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)
14 lines (13 loc) • 935 B
TypeScript
export { ChallengeArgs } from "./challenge";
export type Challenge = import("./challenge").Challenge;
export declare const Challenge: typeof import("./challenge").Challenge;
export { ConnectorArgs } from "./connector";
export type Connector = import("./connector").Connector;
export declare const Connector: typeof import("./connector").Connector;
export { GetChallengeArgs, GetChallengeResult, GetChallengeOutputArgs } from "./getChallenge";
export declare const getChallenge: typeof import("./getChallenge").getChallenge;
export declare const getChallengeOutput: typeof import("./getChallenge").getChallengeOutput;
export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector";
export declare const getConnector: typeof import("./getConnector").getConnector;
export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput;
export * from "../types/enums/pcaconnectorscep";