aws-cdk-lib.aws_elasticloadbalancingv2.IListenerAction

interface IListenerAction

LanguageType name
.NETAmazon.CDK.AWS.ElasticLoadBalancingV2.IListenerAction
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#IListenerAction
Javasoftware.amazon.awscdk.services.elasticloadbalancingv2.IListenerAction
Pythonaws_cdk.aws_elasticloadbalancingv2.IListenerAction
TypeScript (source)aws-cdk-lib » aws_elasticloadbalancingv2 » IListenerAction

Implemented by ListenerAction, NetworkListenerAction, AuthenticateCognitoAction

Interface for listener actions.

Methods

NameDescription
renderActions()Render the listener default actions in this chain.
renderRuleActions()Render the listener rule actions in this chain.

renderActions()

public renderActions(): ActionProperty[]

Returns

  • ActionProperty[]

Render the listener default actions in this chain.


renderRuleActions()

public renderRuleActions(): ActionProperty[]

Returns

  • ActionProperty[]

Render the listener rule actions in this chain.