Implementing ELBV2 target group attributes
This commit is contained in:
parent
b061ac4d28
commit
543e5fb077
3 changed files with 135 additions and 1 deletions
|
|
@ -55,6 +55,11 @@ class FakeTargetGroup(BaseModel):
|
|||
self.unhealthy_threshold_count = unhealthy_threshold_count
|
||||
self.load_balancer_arns = []
|
||||
|
||||
self.attributes = {
|
||||
'deregistration_delay.timeout_seconds': 300,
|
||||
'stickiness.enabled': 'false',
|
||||
}
|
||||
|
||||
self.targets = OrderedDict()
|
||||
|
||||
def register(self, targets):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue