Target
Describes a target.
Contents
- id
-
The ID of the target. If the target group type is
INSTANCE
, this is an instance ID. If the target group type isIP
, this is an IP address. If the target group type isLAMBDA
, this is the ARN of a Lambda function. If the target group type isALB
, this is the ARN of an Application Load Balancer.Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Required: Yes
- port
-
The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default is 443.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 65535.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: