AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::OpsWorks::ElasticLoadBalancerAttachment

CfnElasticLoadBalancerAttachment

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html.

Import

import { CfnElasticLoadBalancerAttachment } from 'aws-cdk-lib/aws-opsworks';

Or use the module namespace:

import * as opsworks from 'aws-cdk-lib/aws-opsworks';
// opsworks.CfnElasticLoadBalancerAttachment

Properties

Configuration passed to the constructor as CfnElasticLoadBalancerAttachmentProps.

elasticLoadBalancerNameRequired
string

The Elastic Load Balancing instance name.

layerIdRequired
string

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-opsworks
CFN TypeAWS::OpsWorks::ElasticLoadBalancerAttachment
Properties2

External Links