@pulumi/f5bigip
Version:
A Pulumi package for creating and managing F5 BigIP resources.
28 lines (27 loc) • 2.49 kB
TypeScript
export { CertificateArgs, CertificateState } from "./certificate";
export type Certificate = import("./certificate").Certificate;
export declare const Certificate: typeof import("./certificate").Certificate;
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
export { GetVWanConfigArgs, GetVWanConfigResult, GetVWanConfigOutputArgs } from "./getVWanConfig";
export declare const getVWanConfig: typeof import("./getVWanConfig").getVWanConfig;
export declare const getVWanConfigOutput: typeof import("./getVWanConfig").getVWanConfigOutput;
export { GetWafEntityParameterArgs, GetWafEntityParameterResult, GetWafEntityParameterOutputArgs } from "./getWafEntityParameter";
export declare const getWafEntityParameter: typeof import("./getWafEntityParameter").getWafEntityParameter;
export declare const getWafEntityParameterOutput: typeof import("./getWafEntityParameter").getWafEntityParameterOutput;
export { GetWafEntityUrlArgs, GetWafEntityUrlResult, GetWafEntityUrlOutputArgs } from "./getWafEntityUrl";
export declare const getWafEntityUrl: typeof import("./getWafEntityUrl").getWafEntityUrl;
export declare const getWafEntityUrlOutput: typeof import("./getWafEntityUrl").getWafEntityUrlOutput;
export { GetWafPbSuggestionsArgs, GetWafPbSuggestionsResult, GetWafPbSuggestionsOutputArgs } from "./getWafPbSuggestions";
export declare const getWafPbSuggestions: typeof import("./getWafPbSuggestions").getWafPbSuggestions;
export declare const getWafPbSuggestionsOutput: typeof import("./getWafPbSuggestions").getWafPbSuggestionsOutput;
export { GetWafPolicyArgs, GetWafPolicyResult, GetWafPolicyOutputArgs } from "./getWafPolicy";
export declare const getWafPolicy: typeof import("./getWafPolicy").getWafPolicy;
export declare const getWafPolicyOutput: typeof import("./getWafPolicy").getWafPolicyOutput;
export { GetWafSignaturesArgs, GetWafSignaturesResult, GetWafSignaturesOutputArgs } from "./getWafSignatures";
export declare const getWafSignatures: typeof import("./getWafSignatures").getWafSignatures;
export declare const getWafSignaturesOutput: typeof import("./getWafSignatures").getWafSignaturesOutput;
export { KeyArgs, KeyState } from "./key";
export type Key = import("./key").Key;
export declare const Key: typeof import("./key").Key;