interface ElasticLoadBalancerAttachmentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.OpsWorks.ElasticLoadBalancerAttachmentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsopsworks#ElasticLoadBalancerAttachmentReference |
Java | software.amazon.awscdk.interfaces.opsworks.ElasticLoadBalancerAttachmentReference |
Python | aws_cdk.interfaces.aws_opsworks.ElasticLoadBalancerAttachmentReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_opsworks } from 'aws-cdk-lib/interfaces';
const elasticLoadBalancerAttachmentReference: interfaces_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.

.NET
Go
Java
Python
TypeScript