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 service deployment properties that are retured when you call ListServiceDeployments.

This provides a high-level overview of the service deployment.

Inheritance Hierarchy

System.Object
  Amazon.ECS.Model.ServiceDeploymentBrief

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

Syntax

C#
public class ServiceDeploymentBrief

The ServiceDeploymentBrief type exposes the following members

Constructors

NameDescription
Public Method ServiceDeploymentBrief()

Properties

NameTypeDescription
Public Property ClusterArn System.String

Gets and sets the property ClusterArn.

The ARN of the cluster that hosts the service.

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The time that the service deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Public Property FinishedAt System.DateTime

Gets and sets the property FinishedAt.

The time that the service deployment completed. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Public Property ServiceArn System.String

Gets and sets the property ServiceArn.

The ARN of the service for this service deployment.

Public Property ServiceDeploymentArn System.String

Gets and sets the property ServiceDeploymentArn.

The ARN of the service deployment.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

The time that the service deployment statred. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Public Property Status Amazon.ECS.ServiceDeploymentStatus

Gets and sets the property Status.

The status of the service deployment

Public Property StatusReason System.String

Gets and sets the property StatusReason.

Information about why the service deployment is in the current status. For example, the circuit breaker detected a deployment failure.

Public Property TargetServiceRevisionArn System.String

Gets and sets the property TargetServiceRevisionArn.

The ARN of the service revision being deplyed.

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