Class DeploymentGroupLoadBalancerInfoGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentGroupLoadBalancerInfoGetArgs : ResourceArgs
Constructors
View SourceDeploymentGroupLoadBalancerInfoGetArgs()
Declaration
public DeploymentGroupLoadBalancerInfoGetArgs()
Properties
View SourceElbInfos
The Classic Elastic Load Balancer to use in a deployment. Conflicts with target_group_info and target_group_pair_info.
Declaration
public InputList<DeploymentGroupLoadBalancerInfoElbInfoGetArgs> ElbInfos { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DeploymentGroupLoadBalancerInfoElbInfoGetArgs> |
TargetGroupInfos
The (Application/Network Load Balancer) target group to use in a deployment. Conflicts with elb_info and target_group_pair_info.
Declaration
public InputList<DeploymentGroupLoadBalancerInfoTargetGroupInfoGetArgs> TargetGroupInfos { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DeploymentGroupLoadBalancerInfoTargetGroupInfoGetArgs> |
TargetGroupPairInfo
The (Application/Network Load Balancer) target group pair to use in a deployment. Conflicts with elb_info and target_group_info.
Declaration
public Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs> TargetGroupPairInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs> |