@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)
26 lines (25 loc) • 2.1 kB
TypeScript
export { AwsLogSourceArgs } from "./awsLogSource";
export type AwsLogSource = import("./awsLogSource").AwsLogSource;
export declare const AwsLogSource: typeof import("./awsLogSource").AwsLogSource;
export { DataLakeArgs } from "./dataLake";
export type DataLake = import("./dataLake").DataLake;
export declare const DataLake: typeof import("./dataLake").DataLake;
export { GetAwsLogSourceArgs, GetAwsLogSourceResult, GetAwsLogSourceOutputArgs } from "./getAwsLogSource";
export declare const getAwsLogSource: typeof import("./getAwsLogSource").getAwsLogSource;
export declare const getAwsLogSourceOutput: typeof import("./getAwsLogSource").getAwsLogSourceOutput;
export { GetDataLakeArgs, GetDataLakeResult, GetDataLakeOutputArgs } from "./getDataLake";
export declare const getDataLake: typeof import("./getDataLake").getDataLake;
export declare const getDataLakeOutput: typeof import("./getDataLake").getDataLakeOutput;
export { GetSubscriberArgs, GetSubscriberResult, GetSubscriberOutputArgs } from "./getSubscriber";
export declare const getSubscriber: typeof import("./getSubscriber").getSubscriber;
export declare const getSubscriberOutput: typeof import("./getSubscriber").getSubscriberOutput;
export { GetSubscriberNotificationArgs, GetSubscriberNotificationResult, GetSubscriberNotificationOutputArgs } from "./getSubscriberNotification";
export declare const getSubscriberNotification: typeof import("./getSubscriberNotification").getSubscriberNotification;
export declare const getSubscriberNotificationOutput: typeof import("./getSubscriberNotification").getSubscriberNotificationOutput;
export { SubscriberArgs } from "./subscriber";
export type Subscriber = import("./subscriber").Subscriber;
export declare const Subscriber: typeof import("./subscriber").Subscriber;
export { SubscriberNotificationArgs } from "./subscriberNotification";
export type SubscriberNotification = import("./subscriberNotification").SubscriberNotification;
export declare const SubscriberNotification: typeof import("./subscriberNotification").SubscriberNotification;
export * from "../types/enums/securitylake";