fix(elbv2): Add public attribute to TargetGroups

This commit is contained in:
Pepe Fagoaga
2024-04-18 08:39:57 +02:00
parent 69c6d59829
commit 7c8727f51f

View File

@@ -295,4 +295,5 @@ class TargetGroups(BaseModel):
arn: str
target_type: str
target: str
public: bool
lbdns: Optional[str]