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

AWSElasticLoadBalancerDefaultListener

No description

type AWSElasticLoadBalancerDefaultListener {
protocol: AWSElasticLoadBalancerListenerProtocolType!
arn: String!
loadBalancer: AWSElasticLoadBalancer!
port: Int!
defaultActions: [AWSElasticLoadBalancerListenerAction!]!
}

Fields

AWSElasticLoadBalancerDefaultListener.protocol ● AWSElasticLoadBalancerListenerProtocolType! non-null enum

The protocol type

AWSElasticLoadBalancerDefaultListener.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the listener

AWSElasticLoadBalancerDefaultListener.loadBalancer ● AWSElasticLoadBalancer! non-null union

The Amazon Resource Name (ARN) of the load balancer

AWSElasticLoadBalancerDefaultListener.port ● Int! non-null scalar

The port on which the load balancer is listening

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

The default actions for the listener

Implemented by

AWSElasticLoadBalancerListener union