UNPKG

@pulumi/aws

Version:

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

7 lines (6 loc) 335 B
export { KeyspaceArgs, KeyspaceState } from "./keyspace"; export type Keyspace = import("./keyspace").Keyspace; export declare const Keyspace: typeof import("./keyspace").Keyspace; export { TableArgs, TableState } from "./table"; export type Table = import("./table").Table; export declare const Table: typeof import("./table").Table;