Show / Hide Table of Contents

Class BaseListenerLookupOptions

Options for listener lookup.

Inheritance
System.Object
BaseListenerLookupOptions
Implements
IBaseListenerLookupOptions
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class BaseListenerLookupOptions : Object, IBaseListenerLookupOptions
Syntax (vb)
Public Class BaseListenerLookupOptions
    Inherits Object
    Implements IBaseListenerLookupOptions

Synopsis

Constructors

BaseListenerLookupOptions()

Properties

ListenerPort

Filter listeners by listener port.

LoadBalancerArn

Filter listeners by associated load balancer arn.

LoadBalancerTags

Filter listeners by associated load balancer tags.

Constructors

BaseListenerLookupOptions()

public BaseListenerLookupOptions()

Properties

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

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

Implements

IBaseListenerLookupOptions
Back to top Generated by DocFX