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.

The CloudWatch alarms used to determine a service deployment failed.

Amazon ECS considers the service deployment as failed when any of the alarms move to the ALARM state. For more information, see How CloudWatch alarms detect Amazon ECS deployment failures in the Amazon ECS Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.ServiceDeploymentAlarms

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

Syntax

C#
public class ServiceDeploymentAlarms

The ServiceDeploymentAlarms type exposes the following members

Constructors

NameDescription
Public Method ServiceDeploymentAlarms()

Properties

NameTypeDescription
Public Property AlarmNames System.Collections.Generic.List<System.String>

Gets and sets the property AlarmNames.

The name of the CloudWatch alarms that determine when a service deployment failed. A "," separates the alarms.

Public Property Status Amazon.ECS.ServiceDeploymentRollbackMonitorsStatus

Gets and sets the property Status.

The status of the alarms check. Amazon ECS is not using alarms for service deployment failures when the status is DISABLED.

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

Gets and sets the property TriggeredAlarmNames.

One or more CloudWatch alarm names that have been triggered during the service deployment. A "," separates the alarm names.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5