Skip to main content

AWSElasticLoadBalancerHTTPSListener

No description

type AWSElasticLoadBalancerHTTPSListener {
protocol: AWSElasticLoadBalancerListenerProtocolType!
certificates: [AWSElasticLoadBalancerListenerCertificate!]!
arn: String!
loadBalancer: AWSElasticLoadBalancer!
port: Int!
sslPolicy: String!
defaultActions: [AWSElasticLoadBalancerListenerAction!]!
}

Fields

AWSElasticLoadBalancerHTTPSListener.protocol ● AWSElasticLoadBalancerListenerProtocolType! non-null enum

The protocol type

AWSElasticLoadBalancerHTTPSListener.certificates ● [AWSElasticLoadBalancerListenerCertificate!]! non-null object

The default certificate for the listener

AWSElasticLoadBalancerHTTPSListener.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the listener

AWSElasticLoadBalancerHTTPSListener.loadBalancer ● AWSElasticLoadBalancer! non-null union

The Amazon Resource Name (ARN) of the load balancer

AWSElasticLoadBalancerHTTPSListener.port ● Int! non-null scalar

The port on which the load balancer is listening

AWSElasticLoadBalancerHTTPSListener.sslPolicy ● String! non-null scalar

The security policy that defines which protocols and ciphers are supported

AWSElasticLoadBalancerHTTPSListener.defaultActions ● [AWSElasticLoadBalancerListenerAction!]! non-null object

The default actions for the listener

Implemented by

AWSElasticLoadBalancerListener union