AWS::VpcLattice::TargetGroup Target
Describes a target.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
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.Required: Yes
Type: String
Update requires: No interruption
Port
-
The port on which the target is listening. For HTTP, the default is 80. For HTTPS, the default is 443.
Required: No
Type: Integer
Minimum:
1
Maximum:
65535
Update requires: No interruption