Show / Hide Table of Contents

Class DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs()

Declaration
public DeploymentGroupLoadBalancerInfoTargetGroupPairInfoGetArgs()

Properties

View Source

ProdTrafficRoute

Configuration block for the production traffic route (documented below).

Declaration
public Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRouteGetArgs> ProdTrafficRoute { get; set; }
Property Value
Type Description
Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRouteGetArgs>
View Source

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>
View Source

TestTrafficRoute

Configuration block for the test traffic route (documented below).

Declaration
public Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRouteGetArgs> TestTrafficRoute { get; set; }
Property Value
Type Description
Input<DeploymentGroupLoadBalancerInfoTargetGroupPairInfoTestTrafficRouteGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.