interface LoadBalancerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.LoadBalancerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#LoadBalancerReference |
![]() | software.amazon.awscdk.services.lightsail.LoadBalancerReference |
![]() | aws_cdk.aws_lightsail.LoadBalancerReference |
![]() | aws-cdk-lib » aws_lightsail » LoadBalancerReference |
A reference to a LoadBalancer resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lightsail as lightsail } from 'aws-cdk-lib';
const loadBalancerReference: lightsail.LoadBalancerReference = {
loadBalancerArn: 'loadBalancerArn',
loadBalancerName: 'loadBalancerName',
};
Properties
Name | Type | Description |
---|---|---|
load | string | The ARN of the LoadBalancer resource. |
load | string | The LoadBalancerName of the LoadBalancer resource. |
loadBalancerArn
Type:
string
The ARN of the LoadBalancer resource.
loadBalancerName
Type:
string
The LoadBalancerName of the LoadBalancer resource.