# AWS::VpcLattice::TargetGroup TargetGroupConfig ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
"Port" : Integer,
"Protocol" : String,
"ProtocolVersion" : String,
"IpAddressType" : String,
"VpcIdentifier" : String,
"HealthCheck" : HealthCheckConfig
}
### YAML
Port: Integer Protocol: String ProtocolVersion: String IpAddressType: String VpcIdentifier: String HealthCheck: HealthCheckConfig## Properties #### Port _Required_: Yes _Type_: Integer _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Protocol _Required_: Yes _Type_: String _Allowed Values_:
HTTP | HTTPS
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### ProtocolVersion
_Required_: No
_Type_: String
_Allowed Values_: HTTP1 | HTTP2 | GRPC
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### IpAddressType
_Required_: No
_Type_: String
_Allowed Values_: IPV4 | IPV6
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### VpcIdentifier
_Required_: Yes
_Type_: String
_Minimum Length_: 5
_Maximum Length_: 2048
_Pattern_: ^vpc-(([0-9a-z]{8})|([0-9a-z]{17}))$
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### HealthCheck
_Required_: No
_Type_: HealthCheckConfig
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)