public static interface CfnDeploymentGroup.LoadBalancerInfoProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.LoadBalancerInfoProperty.Builder
A builder for
CfnDeploymentGroup.LoadBalancerInfoProperty |
static class |
CfnDeploymentGroup.LoadBalancerInfoProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.LoadBalancerInfoProperty.Builder |
builder() |
Object |
getElbInfoList()
`CfnDeploymentGroup.LoadBalancerInfoProperty.ElbInfoList`
|
Object |
getTargetGroupInfoList()
`CfnDeploymentGroup.LoadBalancerInfoProperty.TargetGroupInfoList`
|
void |
setElbInfoList(List<Object> value)
`CfnDeploymentGroup.LoadBalancerInfoProperty.ElbInfoList`
|
void |
setElbInfoList(software.amazon.awscdk.Token value)
`CfnDeploymentGroup.LoadBalancerInfoProperty.ElbInfoList`
|
void |
setTargetGroupInfoList(List<Object> value)
`CfnDeploymentGroup.LoadBalancerInfoProperty.TargetGroupInfoList`
|
void |
setTargetGroupInfoList(software.amazon.awscdk.Token value)
`CfnDeploymentGroup.LoadBalancerInfoProperty.TargetGroupInfoList`
|
Object getElbInfoList()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-elbinfolistvoid setElbInfoList(software.amazon.awscdk.Token value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-elbinfolistvoid setElbInfoList(List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-elbinfolistObject getTargetGroupInfoList()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-targetgroupinfolistvoid setTargetGroupInfoList(software.amazon.awscdk.Token value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-targetgroupinfolistvoid setTargetGroupInfoList(List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-loadbalancerinfo.html#cfn-codedeploy-deploymentgroup-loadbalancerinfo-targetgroupinfoliststatic CfnDeploymentGroup.LoadBalancerInfoProperty.Builder builder()
Copyright © 2019. All rights reserved.