Show / Hide Table of Contents

Class DeploymentConfigState

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

Constructors

View Source

DeploymentConfigState()

Declaration
public DeploymentConfigState()

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

DeploymentConfigId

The AWS Assigned deployment config id

Declaration
public Input<string> DeploymentConfigId { 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<DeploymentConfigMinimumHealthyHostsGetArgs> MinimumHealthyHosts { get; set; }
Property Value
Type Description
Input<DeploymentConfigMinimumHealthyHostsGetArgs>
View Source

TrafficRoutingConfig

A traffic_routing_config block. Traffic Routing Config is documented below.

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