Show / Hide Table of Contents

Interface IBaseLoadBalancerLookupOptions

Options for looking up load balancers.

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

Synopsis

Properties

LoadBalancerArn

Find by load balancer's ARN.

LoadBalancerTags

Match load balancer tags.

Properties

LoadBalancerArn

Find by load balancer's ARN.

virtual string LoadBalancerArn { get; }
Property Value

System.String

Remarks

Default: - does not search by load balancer arn

LoadBalancerTags

Match load balancer tags.

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

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

Remarks

Default: - does not match load balancers by tags

Back to top Generated by DocFX