@pulumi/awsx
Version:
[](https://github.com/pulumi/pulumi-awsx/actions) [](https://slack.pulumi.com) [;
}
export interface ListenerRuleArgs {
/**
* An Action block. Action blocks are documented below.
*/
actions: aws.lb.ListenerRuleArgs["actions"] | ListenerActions;
/**
* A Condition block. Condition blocks are documented below.
*/
conditions: aws.lb.ListenerRuleArgs["conditions"];
/**
* The priority for the rule between `1` and `50000`. Leaving it unset will automatically set the rule with next available priority after currently existing highest rule. A listener can't have multiple rules with the same priority.
*/
priority?: pulumi.Input<number>;
}
//# sourceMappingURL=listenerRule.d.ts.map