Safe Haskell | None |
---|---|
Language | Haskell2010 |
The ElasticLoadBalancing policy type is an embedded property of the AWS::ElasticLoadBalancing::LoadBalancer resource. You associate policies with a listener by referencing a policy's name in the listener's PolicyNames property.
- data ELBPolicy = ELBPolicy {}
- elbPolicy :: Object -> Val Text -> Val Text -> ELBPolicy
- elbpAttributes :: Lens' ELBPolicy Object
- elbpInstancePorts :: Lens' ELBPolicy (Maybe [Val Text])
- elbpLoadBalancerPorts :: Lens' ELBPolicy (Maybe [Val Text])
- elbpPolicyName :: Lens' ELBPolicy (Val Text)
- elbpPolicyType :: Lens' ELBPolicy (Val Text)
Documentation
Constructor for ELBPolicy
containing required fields as arguments.
elbpAttributes :: Lens' ELBPolicy Object Source
A list of arbitrary attributes for this policy. If you don't need to specify any policy attributes, specify an empty list ([]).
elbpInstancePorts :: Lens' ELBPolicy (Maybe [Val Text]) Source
A list of instance ports for the policy. These are the ports associated with the back-end server.
elbpLoadBalancerPorts :: Lens' ELBPolicy (Maybe [Val Text]) Source
A list of external load balancer ports for the policy.