@liflig/cdk

    Interface ListenerRuleProps

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

    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
    MMNEPVFCICPMFPCPTTAAATR