interface LoadBalancerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElasticLoadBalancing.LoadBalancerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancing#LoadBalancerReference |
![]() | software.amazon.awscdk.services.elasticloadbalancing.LoadBalancerReference |
![]() | aws_cdk.aws_elasticloadbalancing.LoadBalancerReference |
![]() | aws-cdk-lib » aws_elasticloadbalancing » 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_elasticloadbalancing as elb } from 'aws-cdk-lib';
const loadBalancerReference: elb.LoadBalancerReference = {
loadBalancerId: 'loadBalancerId',
};
Properties
Name | Type | Description |
---|---|---|
load | string | The Id of the LoadBalancer resource. |
loadBalancerId
Type:
string
The Id of the LoadBalancer resource.