Question: What type of updates do each ELB property support?
I'm reading through the ELB CF docs:
AWS::ElasticLoadBalancing::LoadBalancer http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-elb.html
On the page it states "This type supports updates".
The only property that goes into detail is this one:
SecurityGroups Required: No.
Type: A list of security groups assigned to your load balancer within your virtual private cloud (VPC).
Update requires: no interruption
No other properties mention what type of update they trigger.
Am I missing something in the documentation? Is there a default update action for the other properties?