UNPKG

@volcengine/pulumi

Version:

A Pulumi package for creating and managing volcengine cloud resources.

37 lines (36 loc) 2.43 kB
export { GetKeyringsArgs, GetKeyringsResult, GetKeyringsOutputArgs } from "./getKeyrings"; export declare const getKeyrings: typeof import("./getKeyrings").getKeyrings; export declare const getKeyringsOutput: typeof import("./getKeyrings").getKeyringsOutput; export { GetKeysArgs, GetKeysResult, GetKeysOutputArgs } from "./getKeys"; export declare const getKeys: typeof import("./getKeys").getKeys; export declare const getKeysOutput: typeof import("./getKeys").getKeysOutput; export { GetSecretsArgs, GetSecretsResult, GetSecretsOutputArgs } from "./getSecrets"; export declare const getSecrets: typeof import("./getSecrets").getSecrets; export declare const getSecretsOutput: typeof import("./getSecrets").getSecretsOutput; export { KeyArgs, KeyState } from "./key"; export type Key = import("./key").Key; export declare const Key: typeof import("./key").Key; export { KeyArchiveArgs, KeyArchiveState } from "./keyArchive"; export type KeyArchive = import("./keyArchive").KeyArchive; export declare const KeyArchive: typeof import("./keyArchive").KeyArchive; export { KeyEnableArgs, KeyEnableState } from "./keyEnable"; export type KeyEnable = import("./keyEnable").KeyEnable; export declare const KeyEnable: typeof import("./keyEnable").KeyEnable; export { KeyRotationArgs, KeyRotationState } from "./keyRotation"; export type KeyRotation = import("./keyRotation").KeyRotation; export declare const KeyRotation: typeof import("./keyRotation").KeyRotation; export { KeyringArgs, KeyringState } from "./keyring"; export type Keyring = import("./keyring").Keyring; export declare const Keyring: typeof import("./keyring").Keyring; export { KeyringsArgs, KeyringsResult, KeyringsOutputArgs } from "./keyrings"; export declare const keyrings: typeof import("./keyrings").keyrings; export declare const keyringsOutput: typeof import("./keyrings").keyringsOutput; export { KeysArgs, KeysResult, KeysOutputArgs } from "./keys"; export declare const keys: typeof import("./keys").keys; export declare const keysOutput: typeof import("./keys").keysOutput; export { SecretArgs, SecretState } from "./secret"; export type Secret = import("./secret").Secret; export declare const Secret: typeof import("./secret").Secret; export { SecretsArgs, SecretsResult, SecretsOutputArgs } from "./secrets"; export declare const secrets: typeof import("./secrets").secrets; export declare const secretsOutput: typeof import("./secrets").secretsOutput;