Interface LoadBalancerTargetInfo

interface LoadBalancerTargetInfo {
    availabilityZone?: string;
    port?: number;
    targetId: string;
}

Properties

availabilityZone?: string

The Availability Zone where the IP address of the target is to be registered.

port?: number

The port on which targets receive traffic.

targetId: string

The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda.

Generated using TypeDoc