Closed
Description
Summary
Add support for Latency graphs (MeasureLatency) during creation of a Route53 Health Check
References
- https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies
- https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/elbv2.html#ElasticLoadBalancingv2.Client.create_listener
AlpnPolicy (list)
[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You can specify one policy name. The following are the possible values:
- HTTP1Only
- HTTP2Only
- HTTP2Optional
- HTTP2Preferred
- None
Issue Type
Feature Idea
Component Name
elb_network_lb
Additional Information
Example Input
AlpnPolicy:
- HTTP2Optional
Example Code Change
Add
AlpnPolicy=dict(type='list', elements='str')
to
Code of Conduct
- I agree to follow the Ansible Code of Conduct