@aws-accelerator/config
    Preparing search index...

    CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / TargetGroupItemConfig / TargetGroupThresholdConfig

    Configure health check threshold for target group.

    threshold:
    healthy: 5
    unhealthy: 5
    interface ITargetGroupThresholdType {
        healthy?: number;
        unhealthy?: number;
    }
    Index

    Properties

    Properties

    healthy?: number

    The number of consecutive health check successes required before considering a target healthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 5. For target groups with a protocol of GENEVE, the default is 3.

    unhealthy?: number

    The number of consecutive health check failures required before considering a target unhealthy. The range is 2-10. If the target group protocol is TCP, TCP_UDP, UDP, TLS, HTTP or HTTPS, the default is 2. For target groups with a protocol of GENEVE, the default is 3.