@zarpay/zar-cdk-lib - v0.32.0
    Preparing search index...

    Class SharedApplicationLoadBalancer

    Shared Application Load Balancer for ZAR services.

    Provides a simple way to import a shared ALB and its HTTPS listener from SSM parameters provided by Cloud Foundations.

    const sharedAlb = SharedApplicationLoadBalancer.fromAttributes(this, 'SharedAlb');

    // Use the ALB and listener
    sharedAlb.listener.addTargetGroups('MyTarget', {
    targetGroups: [targetGroup],
    conditions: [elbv2.ListenerCondition.hostHeaders(['myapp.example.com'])],
    priority: 100,
    });
    Index

    Constructors

    Methods

    Constructors

    Methods