@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)
20 lines (19 loc) • 1.2 kB
TypeScript
export { AliasArgs } from "./alias";
export type Alias = import("./alias").Alias;
export declare const Alias: typeof import("./alias").Alias;
export { GetAliasArgs, GetAliasResult, GetAliasOutputArgs } from "./getAlias";
export declare const getAlias: typeof import("./getAlias").getAlias;
export declare const getAliasOutput: typeof import("./getAlias").getAliasOutput;
export { GetKeyArgs, GetKeyResult, GetKeyOutputArgs } from "./getKey";
export declare const getKey: typeof import("./getKey").getKey;
export declare const getKeyOutput: typeof import("./getKey").getKeyOutput;
export { GetReplicaKeyArgs, GetReplicaKeyResult, GetReplicaKeyOutputArgs } from "./getReplicaKey";
export declare const getReplicaKey: typeof import("./getReplicaKey").getReplicaKey;
export declare const getReplicaKeyOutput: typeof import("./getReplicaKey").getReplicaKeyOutput;
export { KeyArgs } from "./key";
export type Key = import("./key").Key;
export declare const Key: typeof import("./key").Key;
export { ReplicaKeyArgs } from "./replicaKey";
export type ReplicaKey = import("./replicaKey").ReplicaKey;
export declare const ReplicaKey: typeof import("./replicaKey").ReplicaKey;
export * from "../types/enums/kms";