Interface CfnElasticLoadBalancerAttachmentProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnElasticLoadBalancerAttachmentProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:00.586Z")
@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();
-
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 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. -
getLayerId
The AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached. -
builder
-