@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
16 lines (15 loc) • 1.15 kB
TypeScript
export { AwsLogSourceArgs, AwsLogSourceState } from "./awsLogSource";
export type AwsLogSource = import("./awsLogSource").AwsLogSource;
export declare const AwsLogSource: typeof import("./awsLogSource").AwsLogSource;
export { CustomLogSourceArgs, CustomLogSourceState } from "./customLogSource";
export type CustomLogSource = import("./customLogSource").CustomLogSource;
export declare const CustomLogSource: typeof import("./customLogSource").CustomLogSource;
export { DataLakeArgs, DataLakeState } from "./dataLake";
export type DataLake = import("./dataLake").DataLake;
export declare const DataLake: typeof import("./dataLake").DataLake;
export { SubscriberArgs, SubscriberState } from "./subscriber";
export type Subscriber = import("./subscriber").Subscriber;
export declare const Subscriber: typeof import("./subscriber").Subscriber;
export { SubscriberNotificationArgs, SubscriberNotificationState } from "./subscriberNotification";
export type SubscriberNotification = import("./subscriberNotification").SubscriberNotification;
export declare const SubscriberNotification: typeof import("./subscriberNotification").SubscriberNotification;