UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

11 lines (10 loc) 253 B
import { CfnListener } from '../elasticloadbalancingv2.generated'; /** * Interface for listener actions */ export interface IListenerAction { /** * Render the actions in this chain */ renderActions(): CfnListener.ActionProperty[]; }