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 the deployment.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.DeploymentSummary

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

Syntax

C#
public class DeploymentSummary

The DeploymentSummary type exposes the following members

Constructors

NameDescription
Public Method DeploymentSummary()

Properties

NameTypeDescription
Public Property CompletedAt System.DateTime

Gets and sets the property CompletedAt.

Time the deployment completed.

Public Property ConfigurationName System.String

Gets and sets the property ConfigurationName.

The name of the configuration.

Public Property ConfigurationVersion System.String

Gets and sets the property ConfigurationVersion.

The version of the configuration.

Public Property DeploymentDurationInMinutes System.Int32

Gets and sets the property DeploymentDurationInMinutes.

Total amount of time the deployment lasted.

Public Property DeploymentNumber System.Int32

Gets and sets the property DeploymentNumber.

The sequence number of the deployment.

Public Property FinalBakeTimeInMinutes System.Int32

Gets and sets the property FinalBakeTimeInMinutes.

The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.

Public Property GrowthFactor System.Single

Gets and sets the property GrowthFactor.

The percentage of targets to receive a deployed configuration during each interval.

Public Property GrowthType Amazon.AppConfig.GrowthType

Gets and sets the property GrowthType.

The algorithm used to define how percentage grows over time.

Public Property PercentageComplete System.Single

Gets and sets the property PercentageComplete.

The percentage of targets for which the deployment is available.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

Time the deployment started.

Public Property State Amazon.AppConfig.DeploymentState

Gets and sets the property State.

The state of the deployment.

Public Property VersionLabel System.String

Gets and sets the property VersionLabel.

A user-defined label for an AppConfig hosted configuration version.

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