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

    CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / TargetGroupItemConfig / TargetGroupMatcherConfig

    The codes to use when checking for a successful response from a target. If the protocol version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.

    targets:
    - account: MyAccount
    region: us-east-1
    nlbName: myNlb
    interface INlbTargetType {
        account: string;
        region: string;
        nlbName: string;
    }
    Index

    Properties

    account: string

    Friendly Account Name where the NLB is deployed

    region: string

    Region where the NLB is deployed

    nlbName: string

    Friendly name of the NLB