Interface CfnElasticLoadBalancerAttachmentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnElasticLoadBalancerAttachmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-02T11:25:36.676Z")
@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 class
A builder forCfnElasticLoadBalancerAttachmentProps
static final class
An 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
-