@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)
32 lines (31 loc) • 2.33 kB
TypeScript
export { ChannelArgs } from "./channel";
export type Channel = import("./channel").Channel;
export declare const Channel: typeof import("./channel").Channel;
export { DashboardArgs } from "./dashboard";
export type Dashboard = import("./dashboard").Dashboard;
export declare const Dashboard: typeof import("./dashboard").Dashboard;
export { EventDataStoreArgs } from "./eventDataStore";
export type EventDataStore = import("./eventDataStore").EventDataStore;
export declare const EventDataStore: typeof import("./eventDataStore").EventDataStore;
export { GetChannelArgs, GetChannelResult, GetChannelOutputArgs } from "./getChannel";
export declare const getChannel: typeof import("./getChannel").getChannel;
export declare const getChannelOutput: typeof import("./getChannel").getChannelOutput;
export { GetDashboardArgs, GetDashboardResult, GetDashboardOutputArgs } from "./getDashboard";
export declare const getDashboard: typeof import("./getDashboard").getDashboard;
export declare const getDashboardOutput: typeof import("./getDashboard").getDashboardOutput;
export { GetEventDataStoreArgs, GetEventDataStoreResult, GetEventDataStoreOutputArgs } from "./getEventDataStore";
export declare const getEventDataStore: typeof import("./getEventDataStore").getEventDataStore;
export declare const getEventDataStoreOutput: typeof import("./getEventDataStore").getEventDataStoreOutput;
export { GetResourcePolicyArgs, GetResourcePolicyResult, GetResourcePolicyOutputArgs } from "./getResourcePolicy";
export declare const getResourcePolicy: typeof import("./getResourcePolicy").getResourcePolicy;
export declare const getResourcePolicyOutput: typeof import("./getResourcePolicy").getResourcePolicyOutput;
export { GetTrailArgs, GetTrailResult, GetTrailOutputArgs } from "./getTrail";
export declare const getTrail: typeof import("./getTrail").getTrail;
export declare const getTrailOutput: typeof import("./getTrail").getTrailOutput;
export { ResourcePolicyArgs } from "./resourcePolicy";
export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy;
export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy;
export { TrailArgs } from "./trail";
export type Trail = import("./trail").Trail;
export declare const Trail: typeof import("./trail").Trail;
export * from "../types/enums/cloudtrail";