Show / Hide Table of Contents

Class DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs
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 DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs : ResourceArgs

Constructors

View Source

DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs()

Declaration
public DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs()

Properties

View Source

Name

The name of the target group that instances in the original environment are deregistered from, and instances in the replacement environment registered with. For in-place deployments, the name of the target group that instances are deregistered from, so they are not serving traffic during a deployment, and then re-registered with after the deployment completes.

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