zalando-stups / senza

Deploy immutable application stacks and create and execute AWS CloudFormation templates in a sane way

Home Page:https://pypi.python.org/pypi/stups-senza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELB v2 custom properties

mirzali opened this issue · comments

I would need to set a custom property for the new App LB:

  Properties:
    LoadBalancerAttributes:
    - Key: idle_timeout.timeout_seconds
      Value: '300'

at http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#d0e74853

However, currently this doesn't seem to be possible. So I wonder if this feature is planned and how soon?

will be solved by #440