Class ApplicationListenerLookupOptions
Options for ApplicationListener lookup.
Inheritance
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class ApplicationListenerLookupOptions : Object, IApplicationListenerLookupOptions, IBaseListenerLookupOptions
Syntax (vb)
Public Class ApplicationListenerLookupOptions
Inherits Object
Implements IApplicationListenerLookupOptions, IBaseListenerLookupOptions
Synopsis
Constructors
ApplicationListenerLookupOptions() |
Properties
ListenerArn | ARN of the listener to look up. |
ListenerPort | Filter listeners by listener port. |
ListenerProtocol | Filter listeners by listener protocol. |
LoadBalancerArn | Filter listeners by associated load balancer arn. |
LoadBalancerTags | Filter listeners by associated load balancer tags. |
Constructors
ApplicationListenerLookupOptions()
public ApplicationListenerLookupOptions()
Properties
ListenerArn
ARN of the listener to look up.
public string ListenerArn { get; set; }
Property Value
System.String
Remarks
Default: - does not filter by listener arn
ListenerPort
Filter listeners by listener port.
public Nullable<double> ListenerPort { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Default: - does not filter by listener port
ListenerProtocol
Filter listeners by listener protocol.
public Nullable<ApplicationProtocol> ListenerProtocol { get; set; }
Property Value
System.Nullable<ApplicationProtocol>
Remarks
Default: - does not filter by listener protocol
LoadBalancerArn
Filter listeners by associated load balancer arn.
public string LoadBalancerArn { get; set; }
Property Value
System.String
Remarks
Default: - does not filter by load balancer arn
LoadBalancerTags
Filter listeners by associated load balancer tags.
public IDictionary<string, string> LoadBalancerTags { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
Remarks
Default: - does not filter by load balancer tags