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)

26 lines (25 loc) 2.06 kB
export { AllowListArgs } from "./allowList"; export type AllowList = import("./allowList").AllowList; export declare const AllowList: typeof import("./allowList").AllowList; export { CustomDataIdentifierArgs } from "./customDataIdentifier"; export type CustomDataIdentifier = import("./customDataIdentifier").CustomDataIdentifier; export declare const CustomDataIdentifier: typeof import("./customDataIdentifier").CustomDataIdentifier; export { FindingsFilterArgs } from "./findingsFilter"; export type FindingsFilter = import("./findingsFilter").FindingsFilter; export declare const FindingsFilter: typeof import("./findingsFilter").FindingsFilter; export { GetAllowListArgs, GetAllowListResult, GetAllowListOutputArgs } from "./getAllowList"; export declare const getAllowList: typeof import("./getAllowList").getAllowList; export declare const getAllowListOutput: typeof import("./getAllowList").getAllowListOutput; export { GetCustomDataIdentifierArgs, GetCustomDataIdentifierResult, GetCustomDataIdentifierOutputArgs } from "./getCustomDataIdentifier"; export declare const getCustomDataIdentifier: typeof import("./getCustomDataIdentifier").getCustomDataIdentifier; export declare const getCustomDataIdentifierOutput: typeof import("./getCustomDataIdentifier").getCustomDataIdentifierOutput; export { GetFindingsFilterArgs, GetFindingsFilterResult, GetFindingsFilterOutputArgs } from "./getFindingsFilter"; export declare const getFindingsFilter: typeof import("./getFindingsFilter").getFindingsFilter; export declare const getFindingsFilterOutput: typeof import("./getFindingsFilter").getFindingsFilterOutput; export { GetSessionArgs, GetSessionResult, GetSessionOutputArgs } from "./getSession"; export declare const getSession: typeof import("./getSession").getSession; export declare const getSessionOutput: typeof import("./getSession").getSessionOutput; export { SessionArgs } from "./session"; export type Session = import("./session").Session; export declare const Session: typeof import("./session").Session; export * from "../types/enums/macie";