Show / Hide Table of Contents

Class GetListenerArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetListenerArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApplicationLoadBalancing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetListenerArgs : InvokeArgs

Constructors

View Source

GetListenerArgs()

Declaration
public GetListenerArgs()

Properties

View Source

Arn

The arn of the listener. Required if load_balancer_arn and port is not set.

Declaration
public string Arn { get; set; }
Property Value
Type Description
System.String
View Source

LoadBalancerArn

The arn of the load balancer. Required if arn is not set.

Declaration
public string LoadBalancerArn { get; set; }
Property Value
Type Description
System.String
View Source

Port

The port of the listener. Required if arn is not set.

Declaration
public int? Port { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.