Interface CfnElasticLoadBalancerAttachmentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnElasticLoadBalancerAttachmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-09-11T18:01:19.205Z")
@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
Modifier 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 AWS 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 AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.- See Also:
-
builder
-