http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworks-elbattachment.html.
import { CfnElasticLoadBalancerAttachment } from 'aws-cdk-lib/aws-opsworks';Or use the module namespace:
import * as opsworks from 'aws-cdk-lib/aws-opsworks';
// opsworks.CfnElasticLoadBalancerAttachmentConfiguration passed to the constructor as CfnElasticLoadBalancerAttachmentProps.
elasticLoadBalancerNameRequiredstringThe Elastic Load Balancing instance name.
layerIdRequiredstringThe OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-opsworks