interface ILoadBalancerRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Lightsail.ILoadBalancerRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#ILoadBalancerRef |
Java | software.amazon.awscdk.services.lightsail.ILoadBalancerRef |
Python | aws_cdk.aws_lightsail.ILoadBalancerRef |
TypeScript | aws-cdk-lib » aws_lightsail » ILoadBalancerRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a LoadBalancer.
Properties
| Name | Type | Description |
|---|---|---|
| load | Load | A reference to a LoadBalancer resource. |
| node | Node | The tree node. |
loadBalancerRef
Type:
Load
A reference to a LoadBalancer resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript