AWS SDK Version 4 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.

The deployment configuration for a stack operation, including the deployment mode.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.DeploymentConfig

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

Syntax

C#
public class DeploymentConfig

The DeploymentConfig type exposes the following members

Constructors

NameDescription
Public Method DeploymentConfig()

Properties

NameTypeDescription
Public Property DisableRollback System.Nullable<System.Boolean>

Gets and sets the property DisableRollback.

Specifies whether to disable rollback of the stack if the stack operation fails.

Default: false

Public Property Mode Amazon.CloudFormation.DeploymentConfigMode

Gets and sets the property Mode.

Specifies the deployment mode for the stack operation. Possible values are:

  • STANDARD - Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly.

  • EXPRESS - Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer