@Stability(value=Stable) public static final class CfnDeploymentGroup.ELBInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.ELBInfoProperty>
CfnDeploymentGroup.ELBInfoProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.ELBInfoProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.ELBInfoProperty.Builder |
name(String name)
Sets the value of
CfnDeploymentGroup.ELBInfoProperty.getName() |
@Stability(value=Stable) public CfnDeploymentGroup.ELBInfoProperty.Builder name(String name)
CfnDeploymentGroup.ELBInfoProperty.getName()name - For blue/green deployments, the name of the load balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment.
For in-place deployments, the name of the load balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
AWS CloudFormation supports blue/green deployments on AWS Lambda compute platforms only.
this@Stability(value=Stable) public CfnDeploymentGroup.ELBInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.ELBInfoProperty>CfnDeploymentGroup.ELBInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.