Show / Hide Table of Contents

Interface IBaseListenerLookupOptions

Options for listener lookup.

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface IBaseListenerLookupOptions
Syntax (vb)
Public Interface IBaseListenerLookupOptions

Synopsis

Properties

ListenerPort

Filter listeners by listener port.

LoadBalancerArn

Filter listeners by associated load balancer arn.

LoadBalancerTags

Filter listeners by associated load balancer tags.

Properties

ListenerPort

Filter listeners by listener port.

virtual Nullable<double> ListenerPort { get; }
Property Value

System.Nullable<System.Double>

Remarks

Default: - does not filter by listener port

LoadBalancerArn

Filter listeners by associated load balancer arn.

virtual string LoadBalancerArn { get; }
Property Value

System.String

Remarks

Default: - does not filter by load balancer arn

LoadBalancerTags

Filter listeners by associated load balancer tags.

virtual IDictionary<string, string> LoadBalancerTags { get; }
Property Value

System.Collections.Generic.IDictionary<System.String, System.String>

Remarks

Default: - does not filter by load balancer tags

Back to top Generated by DocFX