Show / Hide Table of Contents

Class DeploymentGroupLoadBalancerInfoTargetGroupPairInfo

Inheritance
System.Object
DeploymentGroupLoadBalancerInfoTargetGroupPairInfo
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 DeploymentGroupLoadBalancerInfoTargetGroupPairInfo

Fields

View Source

ProdTrafficRoute

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

Declaration
public readonly DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute ProdTrafficRoute
Field Value
Type Description
DeploymentGroupLoadBalancerInfoTargetGroupPairInfoProdTrafficRoute
View Source

TargetGroups

Configuration blocks for a target group within a target group pair (documented below).

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

TestTrafficRoute

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

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