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)

8 lines (7 loc) 390 B
export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule"; export declare const getRule: typeof import("./getRule").getRule; export declare const getRuleOutput: typeof import("./getRule").getRuleOutput; export { RuleArgs } from "./rule"; export type Rule = import("./rule").Rule; export declare const Rule: typeof import("./rule").Rule; export * from "../types/enums/rbin";