IListenerAction

class aws_cdk.aws_elasticloadbalancingv2.IListenerAction(*args, **kwargs)

Bases: Protocol

Interface for listener actions.

Methods

render_actions()

Render the listener default actions in this chain.

Return type:

List[ActionProperty]

render_rule_actions()

Render the listener rule actions in this chain.

Return type:

List[ActionProperty]