Show / Hide Table of Contents

Interface ILoadBalancerReference

A reference to a LoadBalancer resource.

Namespace: Amazon.CDK.Interfaces.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILoadBalancerReference
Syntax (vb)
Public Interface ILoadBalancerReference
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.Interfaces.ElasticLoadBalancingV2;

            var loadBalancerReference = new LoadBalancerReference {
                LoadBalancerArn = "loadBalancerArn"
            };

Synopsis

Properties

LoadBalancerArn

The LoadBalancerArn of the LoadBalancer resource.

Properties

LoadBalancerArn

The LoadBalancerArn of the LoadBalancer resource.

string LoadBalancerArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX