interface IListenerAction
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.IListenerAction |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#IListenerAction |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.IListenerAction |
Python | aws_cdk.aws_elasticloadbalancingv2.IListenerAction |
TypeScript (source) | aws-cdk-lib » aws_elasticloadbalancingv2 » IListenerAction |
Implemented by
Listener, Network, Authenticate
Interface for listener actions.
Methods
| Name | Description |
|---|---|
| render | Render the listener default actions in this chain. |
| render | Render the listener rule actions in this chain. |
renderActions()
public renderActions(): ActionProperty[]
Returns
Render the listener default actions in this chain.
renderRuleActions()
public renderRuleActions(): ActionProperty[]
Returns
Render the listener rule actions in this chain.

.NET
Go
Java
Python
TypeScript (