Interface CfnElasticLoadBalancerAttachmentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnElasticLoadBalancerAttachmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:18.072Z")
@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 Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnElasticLoadBalancerAttachmentPropsstatic final classAn implementation forCfnElasticLoadBalancerAttachmentProps -
Method Summary
Modifier 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
-
getElasticLoadBalancerName
The Elastic Load Balancing instance name.- See Also:
-
getLayerId
The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.- See Also:
-
builder
-