UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

7 lines (6 loc) 317 B
export { KeyArgs, KeyState } from "./key"; export type Key = import("./key").Key; export declare const Key: typeof import("./key").Key; export { KeyAliasArgs, KeyAliasState } from "./keyAlias"; export type KeyAlias = import("./keyAlias").KeyAlias; export declare const KeyAlias: typeof import("./keyAlias").KeyAlias;