AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a deployment configuration.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.DeploymentConfigInfo

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public class DeploymentConfigInfo

The DeploymentConfigInfo type exposes the following members

Constructors

NameDescription
Public Method DeploymentConfigInfo()

Properties

NameTypeDescription
Public Property ComputePlatform Amazon.CodeDeploy.ComputePlatform

Gets and sets the property ComputePlatform.

The destination platform type for the deployment (Lambda, Server, or ECS).

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The time at which the deployment configuration was created.

Public Property DeploymentConfigId System.String

Gets and sets the property DeploymentConfigId.

The deployment configuration ID.

Public Property DeploymentConfigName System.String

Gets and sets the property DeploymentConfigName.

The deployment configuration name.

Public Property MinimumHealthyHosts Amazon.CodeDeploy.Model.MinimumHealthyHosts

Gets and sets the property MinimumHealthyHosts.

Information about the number or percentage of minimum healthy instances.

Public Property TrafficRoutingConfig Amazon.CodeDeploy.Model.TrafficRoutingConfig

Gets and sets the property TrafficRoutingConfig.

The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon ECS compute platform only.

Public Property ZonalConfig Amazon.CodeDeploy.Model.ZonalConfig

Gets and sets the property ZonalConfig.

Information about a zonal configuration.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5