Show / Hide Table of Contents

Class DeploymentConfigMinimumHealthyHostsArgs

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

Constructors

View Source

DeploymentConfigMinimumHealthyHostsArgs()

Declaration
public DeploymentConfigMinimumHealthyHostsArgs()

Properties

View Source

Type

The type can either be FLEET_PERCENT or HOST_COUNT.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Value

The value when the type is FLEET_PERCENT represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances. When the type is HOST_COUNT, the value represents the minimum number of healthy instances as an absolute value.

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