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.

An object that describes a deployment event.

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.DeploymentEvent

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

Syntax

C#
public class DeploymentEvent

The DeploymentEvent type exposes the following members

Constructors

NameDescription
Public Method DeploymentEvent()

Properties

NameTypeDescription
Public Property ActionInvocations System.Collections.Generic.List<Amazon.AppConfig.Model.ActionInvocation>

Gets and sets the property ActionInvocations.

The list of extensions that were invoked as part of the deployment.

Public Property Description System.String

Gets and sets the property Description.

A description of the deployment event. Descriptions include, but are not limited to, the following:

  • The Amazon Web Services account or the Amazon CloudWatch alarm ARN that initiated a rollback.

  • The percentage of hosts that received the deployment.

  • A recommendation to attempt a new deployment (in the case of an internal error).

Public Property EventType Amazon.AppConfig.DeploymentEventType

Gets and sets the property EventType.

The type of deployment event. Deployment event types include the start, stop, or completion of a deployment; a percentage update; the start or stop of a bake period; and the start or completion of a rollback.

Public Property OccurredAt System.DateTime

Gets and sets the property OccurredAt.

The date and time the event occurred.

Public Property TriggeredBy Amazon.AppConfig.TriggeredBy

Gets and sets the property TriggeredBy.

The entity that triggered the deployment event. Events can be triggered by a user, AppConfig, an Amazon CloudWatch alarm, or an internal error.

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