@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)
35 lines (34 loc) • 2.67 kB
TypeScript
export { GetIpSetArgs, GetIpSetResult, GetIpSetOutputArgs } from "./getIpSet";
export declare const getIpSet: typeof import("./getIpSet").getIpSet;
export declare const getIpSetOutput: typeof import("./getIpSet").getIpSetOutput;
export { GetLoggingConfigurationArgs, GetLoggingConfigurationResult, GetLoggingConfigurationOutputArgs } from "./getLoggingConfiguration";
export declare const getLoggingConfiguration: typeof import("./getLoggingConfiguration").getLoggingConfiguration;
export declare const getLoggingConfigurationOutput: typeof import("./getLoggingConfiguration").getLoggingConfigurationOutput;
export { GetRegexPatternSetArgs, GetRegexPatternSetResult, GetRegexPatternSetOutputArgs } from "./getRegexPatternSet";
export declare const getRegexPatternSet: typeof import("./getRegexPatternSet").getRegexPatternSet;
export declare const getRegexPatternSetOutput: typeof import("./getRegexPatternSet").getRegexPatternSetOutput;
export { GetRuleGroupArgs, GetRuleGroupResult, GetRuleGroupOutputArgs } from "./getRuleGroup";
export declare const getRuleGroup: typeof import("./getRuleGroup").getRuleGroup;
export declare const getRuleGroupOutput: typeof import("./getRuleGroup").getRuleGroupOutput;
export { GetWebAclArgs, GetWebAclResult, GetWebAclOutputArgs } from "./getWebAcl";
export declare const getWebAcl: typeof import("./getWebAcl").getWebAcl;
export declare const getWebAclOutput: typeof import("./getWebAcl").getWebAclOutput;
export { IpSetArgs } from "./ipSet";
export type IpSet = import("./ipSet").IpSet;
export declare const IpSet: typeof import("./ipSet").IpSet;
export { LoggingConfigurationArgs } from "./loggingConfiguration";
export type LoggingConfiguration = import("./loggingConfiguration").LoggingConfiguration;
export declare const LoggingConfiguration: typeof import("./loggingConfiguration").LoggingConfiguration;
export { RegexPatternSetArgs } from "./regexPatternSet";
export type RegexPatternSet = import("./regexPatternSet").RegexPatternSet;
export declare const RegexPatternSet: typeof import("./regexPatternSet").RegexPatternSet;
export { RuleGroupArgs } from "./ruleGroup";
export type RuleGroup = import("./ruleGroup").RuleGroup;
export declare const RuleGroup: typeof import("./ruleGroup").RuleGroup;
export { WebAclArgs } from "./webAcl";
export type WebAcl = import("./webAcl").WebAcl;
export declare const WebAcl: typeof import("./webAcl").WebAcl;
export { WebAclAssociationArgs } from "./webAclAssociation";
export type WebAclAssociation = import("./webAclAssociation").WebAclAssociation;
export declare const WebAclAssociation: typeof import("./webAclAssociation").WebAclAssociation;
export * from "../types/enums/wafv2";