Show / Hide Table of Contents

Interface INetworkLoadBalancerLookupOptions

Options for looking up an NetworkLoadBalancer.

Inherited Members
IBaseLoadBalancerLookupOptions.LoadBalancerArn
IBaseLoadBalancerLookupOptions.LoadBalancerTags
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface INetworkLoadBalancerLookupOptions : IBaseLoadBalancerLookupOptions
Syntax (vb)
Public Interface INetworkLoadBalancerLookupOptions
    Inherits IBaseLoadBalancerLookupOptions
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElasticLoadBalancingV2;

var networkLoadBalancerLookupOptions = new NetworkLoadBalancerLookupOptions {
    LoadBalancerArn = "loadBalancerArn",
    LoadBalancerTags = new Dictionary<string, string> {
        { "loadBalancerTagsKey", "loadBalancerTags" }
    }
};

Synopsis

Back to top Generated by DocFX