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.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.DeploymentStrategy

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

Syntax

C#
public class DeploymentStrategy

The DeploymentStrategy type exposes the following members

Constructors

NameDescription
Public Method DeploymentStrategy()

Properties

NameTypeDescription
Public Property DeploymentDurationInMinutes System.Int32

Gets and sets the property DeploymentDurationInMinutes.

Total amount of time the deployment lasted.

Public Property Description System.String

Gets and sets the property Description.

The description of the deployment strategy.

Public Property FinalBakeTimeInMinutes System.Int32

Gets and sets the property FinalBakeTimeInMinutes.

The amount of time that AppConfig monitored 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 that received 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 grew over time.

Public Property Id System.String

Gets and sets the property Id.

The deployment strategy ID.

Public Property Name System.String

Gets and sets the property Name.

The name of the deployment strategy.

Public Property ReplicateTo Amazon.AppConfig.ReplicateTo

Gets and sets the property ReplicateTo.

Save the deployment strategy to a Systems Manager (SSM) document.

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