AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

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.

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
Properties2

External Links