UNPKG

@pulumi/vault

Version:

A Pulumi package for creating and managing HashiCorp Vault cloud resources.

13 lines (12 loc) 1.11 kB
export { SecretBackendConnectionArgs, SecretBackendConnectionState } from "./secretBackendConnection"; export type SecretBackendConnection = import("./secretBackendConnection").SecretBackendConnection; export declare const SecretBackendConnection: typeof import("./secretBackendConnection").SecretBackendConnection; export { SecretBackendRoleArgs, SecretBackendRoleState } from "./secretBackendRole"; export type SecretBackendRole = import("./secretBackendRole").SecretBackendRole; export declare const SecretBackendRole: typeof import("./secretBackendRole").SecretBackendRole; export { SecretBackendStaticRoleArgs, SecretBackendStaticRoleState } from "./secretBackendStaticRole"; export type SecretBackendStaticRole = import("./secretBackendStaticRole").SecretBackendStaticRole; export declare const SecretBackendStaticRole: typeof import("./secretBackendStaticRole").SecretBackendStaticRole; export { SecretsMountArgs, SecretsMountState } from "./secretsMount"; export type SecretsMount = import("./secretsMount").SecretsMount; export declare const SecretsMount: typeof import("./secretsMount").SecretsMount;