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 configuration for automatically rolling back to a previous version of an application revision when a deployment is not completed successfully.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.AutoRollbackConfiguration

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

Syntax

C#
public class AutoRollbackConfiguration

The AutoRollbackConfiguration type exposes the following members

Constructors

NameDescription
Public Method AutoRollbackConfiguration()

Properties

NameTypeDescription
Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Indicates whether a defined automatic rollback configuration is currently enabled.

Public Property Events System.Collections.Generic.List<System.String>

Gets and sets the property Events.

The event type or types that trigger a rollback.

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