Interface ListenerRuleProps

interface ListenerRuleProps {
    domainName: string;
    hostedZone?: IHostedZone;
    httpsListener: IApplicationListener;
    listenerPriority: number;
    loadBalancer: IApplicationLoadBalancer;
    targetGroup: IApplicationTargetGroup;
}

Properties

domainName: string
hostedZone?: IHostedZone

If 'hostedZone' is an A record for 'domainName' is created with the 'loadBalancer' as target

httpsListener: IApplicationListener
listenerPriority: number
loadBalancer: IApplicationLoadBalancer
targetGroup: IApplicationTargetGroup