Show / Hide Table of Contents

Class DeploymentGroupLoadBalancerInfo

Inheritance
System.Object
DeploymentGroupLoadBalancerInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodeDeploy.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupLoadBalancerInfo

Fields

View Source

ElbInfos

The Classic Elastic Load Balancer to use in a deployment. Conflicts with target_group_info and target_group_pair_info.

Declaration
public readonly ImmutableArray<DeploymentGroupLoadBalancerInfoElbInfo> ElbInfos
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<DeploymentGroupLoadBalancerInfoElbInfo>
View Source

TargetGroupInfos

The (Application/Network Load Balancer) target group to use in a deployment. Conflicts with elb_info and target_group_pair_info.

Declaration
public readonly ImmutableArray<DeploymentGroupLoadBalancerInfoTargetGroupInfo> TargetGroupInfos
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<DeploymentGroupLoadBalancerInfoTargetGroupInfo>
View Source

TargetGroupPairInfo

The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with elb_info and target_group_info.

Declaration
public readonly DeploymentGroupLoadBalancerInfoTargetGroupPairInfo TargetGroupPairInfo
Field Value
Type Description
DeploymentGroupLoadBalancerInfoTargetGroupPairInfo
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.