Interface CfnElasticLoadBalancerAttachmentProps
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnElasticLoadBalancerAttachmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:44.350Z")
@Stability(Stable)
public interface CfnElasticLoadBalancerAttachmentProps
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.opsworks.*;
 CfnElasticLoadBalancerAttachmentProps cfnElasticLoadBalancerAttachmentProps = CfnElasticLoadBalancerAttachmentProps.builder()
         .elasticLoadBalancerName("elasticLoadBalancerName")
         .layerId("layerId")
         .build();
 - See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnElasticLoadBalancerAttachmentPropsstatic final classAn implementation forCfnElasticLoadBalancerAttachmentProps
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()The Elastic Load Balancing instance name.The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.Methods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getElasticLoadBalancerNameThe Elastic Load Balancing instance name.- See Also:
 
- 
getLayerIdThe OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.- See Also:
 
- 
builder
 
-