UNPKG

@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.19 kB
export { GetKeyspaceArgs, GetKeyspaceResult, GetKeyspaceOutputArgs } from "./getKeyspace"; export declare const getKeyspace: typeof import("./getKeyspace").getKeyspace; export declare const getKeyspaceOutput: typeof import("./getKeyspace").getKeyspaceOutput; export { GetTableArgs, GetTableResult, GetTableOutputArgs } from "./getTable"; export declare const getTable: typeof import("./getTable").getTable; export declare const getTableOutput: typeof import("./getTable").getTableOutput; export { GetTypeArgs, GetTypeResult, GetTypeOutputArgs } from "./getType"; export declare const getType: typeof import("./getType").getType; export declare const getTypeOutput: typeof import("./getType").getTypeOutput; export { KeyspaceArgs } from "./keyspace"; export type Keyspace = import("./keyspace").Keyspace; export declare const Keyspace: typeof import("./keyspace").Keyspace; export { TableArgs } from "./table"; export type Table = import("./table").Table; export declare const Table: typeof import("./table").Table; export { TypeArgs } from "./type"; export type Type = import("./type").Type; export declare const Type: typeof import("./type").Type; export * from "../types/enums/cassandra";