Class GetListenerArgs
Inherited Members
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 SourceGetListenerArgs()
Declaration
public GetListenerArgs()
Properties
View SourceArn
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 |
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 |
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> |