メインコンテンツまでスキップ

AWSElasticLoadBalancerTLSListener

No description

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

Fields

AWSElasticLoadBalancerTLSListener.protocol ● AWSElasticLoadBalancerListenerProtocolType! non-null enum

The protocol type

AWSElasticLoadBalancerTLSListener.alpnPolicy ● [String!]! non-null scalar

The name of the Application-Layer Protocol Negotiation (ALPN) policy.

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

The default certificate for the listener

AWSElasticLoadBalancerTLSListener.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the listener

AWSElasticLoadBalancerTLSListener.loadBalancer ● AWSElasticLoadBalancer! non-null union

The Amazon Resource Name (ARN) of the load balancer

AWSElasticLoadBalancerTLSListener.port ● Int! non-null scalar

The port on which the load balancer is listening

AWSElasticLoadBalancerTLSListener.sslPolicy ● String! non-null scalar

The security policy that defines which protocols and ciphers are supported

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

The default actions for the listener

Implemented by

AWSElasticLoadBalancerListener union