@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
49 lines (48 loc) • 3.54 kB
TypeScript
export { AliasArgs, AliasState } from "./alias";
export type Alias = import("./alias").Alias;
export declare const Alias: typeof import("./alias").Alias;
export { CiphertextArgs, CiphertextState } from "./ciphertext";
export type Ciphertext = import("./ciphertext").Ciphertext;
export declare const Ciphertext: typeof import("./ciphertext").Ciphertext;
export { CustomKeyStoreArgs, CustomKeyStoreState } from "./customKeyStore";
export type CustomKeyStore = import("./customKeyStore").CustomKeyStore;
export declare const CustomKeyStore: typeof import("./customKeyStore").CustomKeyStore;
export { ExternalKeyArgs, ExternalKeyState } from "./externalKey";
export type ExternalKey = import("./externalKey").ExternalKey;
export declare const ExternalKey: typeof import("./externalKey").ExternalKey;
export { GetAliasArgs, GetAliasResult, GetAliasOutputArgs } from "./getAlias";
export declare const getAlias: typeof import("./getAlias").getAlias;
export declare const getAliasOutput: typeof import("./getAlias").getAliasOutput;
export { GetCipherTextArgs, GetCipherTextResult, GetCipherTextOutputArgs } from "./getCipherText";
export declare const getCipherText: typeof import("./getCipherText").getCipherText;
export declare const getCipherTextOutput: typeof import("./getCipherText").getCipherTextOutput;
export { GetCustomKeyStoreArgs, GetCustomKeyStoreResult, GetCustomKeyStoreOutputArgs } from "./getCustomKeyStore";
export declare const getCustomKeyStore: typeof import("./getCustomKeyStore").getCustomKeyStore;
export declare const getCustomKeyStoreOutput: typeof import("./getCustomKeyStore").getCustomKeyStoreOutput;
export { GetKeyArgs, GetKeyResult, GetKeyOutputArgs } from "./getKey";
export declare const getKey: typeof import("./getKey").getKey;
export declare const getKeyOutput: typeof import("./getKey").getKeyOutput;
export { GetPublicKeyArgs, GetPublicKeyResult, GetPublicKeyOutputArgs } from "./getPublicKey";
export declare const getPublicKey: typeof import("./getPublicKey").getPublicKey;
export declare const getPublicKeyOutput: typeof import("./getPublicKey").getPublicKeyOutput;
export { GetSecretArgs, GetSecretResult, GetSecretOutputArgs } from "./getSecret";
export declare const getSecret: typeof import("./getSecret").getSecret;
export declare const getSecretOutput: typeof import("./getSecret").getSecretOutput;
export { GetSecretsArgs, GetSecretsResult, GetSecretsOutputArgs } from "./getSecrets";
export declare const getSecrets: typeof import("./getSecrets").getSecrets;
export declare const getSecretsOutput: typeof import("./getSecrets").getSecretsOutput;
export { GrantArgs, GrantState } from "./grant";
export type Grant = import("./grant").Grant;
export declare const Grant: typeof import("./grant").Grant;
export { KeyArgs, KeyState } from "./key";
export type Key = import("./key").Key;
export declare const Key: typeof import("./key").Key;
export { KeyPolicyArgs, KeyPolicyState } from "./keyPolicy";
export type KeyPolicy = import("./keyPolicy").KeyPolicy;
export declare const KeyPolicy: typeof import("./keyPolicy").KeyPolicy;
export { ReplicaExternalKeyArgs, ReplicaExternalKeyState } from "./replicaExternalKey";
export type ReplicaExternalKey = import("./replicaExternalKey").ReplicaExternalKey;
export declare const ReplicaExternalKey: typeof import("./replicaExternalKey").ReplicaExternalKey;
export { ReplicaKeyArgs, ReplicaKeyState } from "./replicaKey";
export type ReplicaKey = import("./replicaKey").ReplicaKey;
export declare const ReplicaKey: typeof import("./replicaKey").ReplicaKey;