Class DeploymentConfigState
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 DeploymentConfigState : ResourceArgs
Constructors
View SourceDeploymentConfigState()
Declaration
public DeploymentConfigState()
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> |
DeploymentConfigId
The AWS Assigned deployment config id
Declaration
public Input<string> DeploymentConfigId { 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<DeploymentConfigMinimumHealthyHostsGetArgs> MinimumHealthyHosts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DeploymentConfigMinimumHealthyHostsGetArgs> |
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> |