Struct cfn::aws::codedeploy::deployment_group::LoadBalancerInfo [] [src]

pub struct LoadBalancerInfo {
    pub elb_info_list: Option<ValueList<ELBInfo>>,
    pub target_group_info_list: Option<ValueList<TargetGroupInfo>>,
}

Fields

Property ElbInfoList.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property TargetGroupInfoList.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for LoadBalancerInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for LoadBalancerInfo
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations