Show / Hide Table of Contents

Class DeploymentConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentConfigArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentConfigArgs : ResourceArgs

Constructors

View Source

DeploymentConfigArgs()

Declaration
public DeploymentConfigArgs()

Properties

View Source

ComputePlatform

The compute platform can be Server, Lambda, or ECS. Default is Server.

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

DeploymentConfigName

The name of the deployment config.

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

MinimumHealthyHosts

A minimum_healthy_hosts block. Required for Server compute platform. Minimum Healthy Hosts are documented below.

Declaration
public Input<DeploymentConfigMinimumHealthyHostsArgs> MinimumHealthyHosts { get; set; }
Property Value
Type Description
Input<DeploymentConfigMinimumHealthyHostsArgs>
View Source

TrafficRoutingConfig

A traffic_routing_config block. Traffic Routing Config is documented below.

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