Class DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs
Inheritance
System.Object
DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs
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 DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs : ResourceArgs
Constructors
View SourceDeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs()
Declaration
public DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs()
Properties
View SourceProdTrafficRoute
Configuration block for the production traffic route (documented below).
Declaration
public Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRouteGetArgs> ProdTrafficRoute { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRouteGetArgs> |
TargetGroups
Configuration blocks for a target group within a target group pair (documented below).
Declaration
public InputList<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroupGetArgs> TargetGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTargetGroupGetArgs> |
TestTrafficRoute
Configuration block for the test traffic route (documented below).
Declaration
public Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRouteGetArgs> TestTrafficRoute { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRouteGetArgs> |