@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)
50 lines (49 loc) • 4.52 kB
TypeScript
export { ClusterArgs } from "./cluster";
export type Cluster = import("./cluster").Cluster;
export declare const Cluster: typeof import("./cluster").Cluster;
export { ClusterParameterGroupArgs } from "./clusterParameterGroup";
export type ClusterParameterGroup = import("./clusterParameterGroup").ClusterParameterGroup;
export declare const ClusterParameterGroup: typeof import("./clusterParameterGroup").ClusterParameterGroup;
export { ClusterSubnetGroupArgs } from "./clusterSubnetGroup";
export type ClusterSubnetGroup = import("./clusterSubnetGroup").ClusterSubnetGroup;
export declare const ClusterSubnetGroup: typeof import("./clusterSubnetGroup").ClusterSubnetGroup;
export { EndpointAccessArgs } from "./endpointAccess";
export type EndpointAccess = import("./endpointAccess").EndpointAccess;
export declare const EndpointAccess: typeof import("./endpointAccess").EndpointAccess;
export { EndpointAuthorizationArgs } from "./endpointAuthorization";
export type EndpointAuthorization = import("./endpointAuthorization").EndpointAuthorization;
export declare const EndpointAuthorization: typeof import("./endpointAuthorization").EndpointAuthorization;
export { EventSubscriptionArgs } from "./eventSubscription";
export type EventSubscription = import("./eventSubscription").EventSubscription;
export declare const EventSubscription: typeof import("./eventSubscription").EventSubscription;
export { GetClusterArgs, GetClusterResult, GetClusterOutputArgs } from "./getCluster";
export declare const getCluster: typeof import("./getCluster").getCluster;
export declare const getClusterOutput: typeof import("./getCluster").getClusterOutput;
export { GetClusterParameterGroupArgs, GetClusterParameterGroupResult, GetClusterParameterGroupOutputArgs } from "./getClusterParameterGroup";
export declare const getClusterParameterGroup: typeof import("./getClusterParameterGroup").getClusterParameterGroup;
export declare const getClusterParameterGroupOutput: typeof import("./getClusterParameterGroup").getClusterParameterGroupOutput;
export { GetClusterSubnetGroupArgs, GetClusterSubnetGroupResult, GetClusterSubnetGroupOutputArgs } from "./getClusterSubnetGroup";
export declare const getClusterSubnetGroup: typeof import("./getClusterSubnetGroup").getClusterSubnetGroup;
export declare const getClusterSubnetGroupOutput: typeof import("./getClusterSubnetGroup").getClusterSubnetGroupOutput;
export { GetEndpointAccessArgs, GetEndpointAccessResult, GetEndpointAccessOutputArgs } from "./getEndpointAccess";
export declare const getEndpointAccess: typeof import("./getEndpointAccess").getEndpointAccess;
export declare const getEndpointAccessOutput: typeof import("./getEndpointAccess").getEndpointAccessOutput;
export { GetEndpointAuthorizationArgs, GetEndpointAuthorizationResult, GetEndpointAuthorizationOutputArgs } from "./getEndpointAuthorization";
export declare const getEndpointAuthorization: typeof import("./getEndpointAuthorization").getEndpointAuthorization;
export declare const getEndpointAuthorizationOutput: typeof import("./getEndpointAuthorization").getEndpointAuthorizationOutput;
export { GetEventSubscriptionArgs, GetEventSubscriptionResult, GetEventSubscriptionOutputArgs } from "./getEventSubscription";
export declare const getEventSubscription: typeof import("./getEventSubscription").getEventSubscription;
export declare const getEventSubscriptionOutput: typeof import("./getEventSubscription").getEventSubscriptionOutput;
export { GetIntegrationArgs, GetIntegrationResult, GetIntegrationOutputArgs } from "./getIntegration";
export declare const getIntegration: typeof import("./getIntegration").getIntegration;
export declare const getIntegrationOutput: typeof import("./getIntegration").getIntegrationOutput;
export { GetScheduledActionArgs, GetScheduledActionResult, GetScheduledActionOutputArgs } from "./getScheduledAction";
export declare const getScheduledAction: typeof import("./getScheduledAction").getScheduledAction;
export declare const getScheduledActionOutput: typeof import("./getScheduledAction").getScheduledActionOutput;
export { IntegrationArgs } from "./integration";
export type Integration = import("./integration").Integration;
export declare const Integration: typeof import("./integration").Integration;
export { ScheduledActionArgs } from "./scheduledAction";
export type ScheduledAction = import("./scheduledAction").ScheduledAction;
export declare const ScheduledAction: typeof import("./scheduledAction").ScheduledAction;
export * from "../types/enums/redshift";