Elastic Load Balancing TargetGroup TargetDescription
TargetDescription is a property of the AWS::ElasticLoadBalancingV2::TargetGroup resource that specifies a target to add to an Elastic Load Balancing target group.
Syntax
JSON
{ "AvailabilityZone" :String, "Id" :String, "Port" :Integer}
YAML
AvailabilityZone:StringId:StringPort:Integer
Properties
AvailabilityZone-
The Availability Zone where the IP address is to be registered. For more information, see TargetDescription in the Elastic Load Balancing API Reference version 2015-12-01.
Required: No
Type: String
Id-
The ID of the target, such as an EC2 instance ID. If the target type of the target group is
instance, specify an instance ID. If the target type isip, specify an IP address.Required: Yes
Type: String
Port-
The port number on which the target is listening for traffic.
Required: No
Type: Integer
