aws-cdk-lib.aws_opsworks.CfnElasticLoadBalancerAttachmentProps

interface CfnElasticLoadBalancerAttachmentProps

LanguageType name
.NETAmazon.CDK.AWS.OpsWorks.CfnElasticLoadBalancerAttachmentProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#CfnElasticLoadBalancerAttachmentProps
Javasoftware.amazon.awscdk.services.opsworks.CfnElasticLoadBalancerAttachmentProps
Pythonaws_cdk.aws_opsworks.CfnElasticLoadBalancerAttachmentProps
TypeScript aws-cdk-lib » aws_opsworks » CfnElasticLoadBalancerAttachmentProps

Properties for defining a CfnElasticLoadBalancerAttachment.

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 cfnElasticLoadBalancerAttachmentProps: opsworks.CfnElasticLoadBalancerAttachmentProps = {
  elasticLoadBalancerName: 'elasticLoadBalancerName',
  layerId: 'layerId',
};

Properties

NameTypeDescription
elasticLoadBalancerNamestringThe Elastic Load Balancing instance name.
layerIdstringThe AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.

elasticLoadBalancerName

Type: string

The Elastic Load Balancing instance name.


layerId

Type: string

The AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.