@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
37 lines (36 loc) • 2.93 kB
TypeScript
export { ApiKeyArgs, ApiKeyState } from "./apiKey";
export type ApiKey = import("./apiKey").ApiKey;
export declare const ApiKey: typeof import("./apiKey").ApiKey;
export { GetIpSetArgs, GetIpSetResult, GetIpSetOutputArgs } from "./getIpSet";
export declare const getIpSet: typeof import("./getIpSet").getIpSet;
export declare const getIpSetOutput: typeof import("./getIpSet").getIpSetOutput;
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, IpSetState } from "./ipSet";
export type IpSet = import("./ipSet").IpSet;
export declare const IpSet: typeof import("./ipSet").IpSet;
export { RegexPatternSetArgs, RegexPatternSetState } from "./regexPatternSet";
export type RegexPatternSet = import("./regexPatternSet").RegexPatternSet;
export declare const RegexPatternSet: typeof import("./regexPatternSet").RegexPatternSet;
export { RuleGroupArgs, RuleGroupState } from "./ruleGroup";
export type RuleGroup = import("./ruleGroup").RuleGroup;
export declare const RuleGroup: typeof import("./ruleGroup").RuleGroup;
export { WebAclArgs, WebAclState } from "./webAcl";
export type WebAcl = import("./webAcl").WebAcl;
export declare const WebAcl: typeof import("./webAcl").WebAcl;
export { WebAclAssociationArgs, WebAclAssociationState } from "./webAclAssociation";
export type WebAclAssociation = import("./webAclAssociation").WebAclAssociation;
export declare const WebAclAssociation: typeof import("./webAclAssociation").WebAclAssociation;
export { WebAclLoggingConfigurationArgs, WebAclLoggingConfigurationState } from "./webAclLoggingConfiguration";
export type WebAclLoggingConfiguration = import("./webAclLoggingConfiguration").WebAclLoggingConfiguration;
export declare const WebAclLoggingConfiguration: typeof import("./webAclLoggingConfiguration").WebAclLoggingConfiguration;
export { WebAclRuleGroupAssociationArgs, WebAclRuleGroupAssociationState } from "./webAclRuleGroupAssociation";
export type WebAclRuleGroupAssociation = import("./webAclRuleGroupAssociation").WebAclRuleGroupAssociation;
export declare const WebAclRuleGroupAssociation: typeof import("./webAclRuleGroupAssociation").WebAclRuleGroupAssociation;