Show / Hide Table of Contents

Class DeploymentGroupLoadBalancerInfoElbInfoArgs

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

Constructors

View Source

DeploymentGroupLoadBalancerInfoElbInfoArgs()

Declaration
public DeploymentGroupLoadBalancerInfoElbInfoArgs()

Properties

View Source

Name

The name of the load balancer that will be used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the load balancer 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.