Class DeploymentConfigArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DeploymentConfigArgs : ResourceArgs
Constructors
View SourceDeploymentConfigArgs()
Declaration
public DeploymentConfigArgs()
Properties
View SourceComputePlatform
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> |
DeploymentConfigName
The name of the deployment config.
Declaration
public Input<string> DeploymentConfigName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |