interface ElasticLoadBalancerAttachmentReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpsWorks.ElasticLoadBalancerAttachmentReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#ElasticLoadBalancerAttachmentReference |
![]() | software.amazon.awscdk.services.opsworks.ElasticLoadBalancerAttachmentReference |
![]() | aws_cdk.aws_opsworks.ElasticLoadBalancerAttachmentReference |
![]() | aws-cdk-lib » aws_opsworks » ElasticLoadBalancerAttachmentReference |
A reference to a ElasticLoadBalancerAttachment resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opsworks as opsworks } from 'aws-cdk-lib';
const elasticLoadBalancerAttachmentReference: opsworks.ElasticLoadBalancerAttachmentReference = {
elasticLoadBalancerAttachmentId: 'elasticLoadBalancerAttachmentId',
};
Properties
Name | Type | Description |
---|---|---|
elastic | string | The Id of the ElasticLoadBalancerAttachment resource. |
elasticLoadBalancerAttachmentId
Type:
string
The Id of the ElasticLoadBalancerAttachment resource.