@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.116Z") @Stability(value=Stable) public interface CfnElasticLoadBalancerAttachmentProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnElasticLoadBalancerAttachmentProps.Builder
A builder for
CfnElasticLoadBalancerAttachmentProps |
static class |
CfnElasticLoadBalancerAttachmentProps.Jsii$Proxy
An implementation for
CfnElasticLoadBalancerAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnElasticLoadBalancerAttachmentProps.Builder |
builder() |
String |
getElasticLoadBalancerName()
The Elastic Load Balancing instance name.
|
String |
getLayerId()
The AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.
|
@Stability(value=Stable) @NotNull String getElasticLoadBalancerName()
@Stability(value=Stable) @NotNull String getLayerId()
@Stability(value=Stable) static CfnElasticLoadBalancerAttachmentProps.Builder builder()
Copyright © 2022. All rights reserved.