Class DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs
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 DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs : ResourceArgs
Constructors
View SourceDeploymentGroupLoadBalancerInfoTargetGroupInfoArgs()
Declaration
public DeploymentGroupLoadBalancerInfoTargetGroupInfoArgs()
Properties
View SourceName
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> |