Class GetClusterResult
Inheritance
System.Object
GetClusterResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ecs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetClusterResult
Fields
View SourceArn
The ARN of the ECS Cluster
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterName
Declaration
public readonly string ClusterName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
PendingTasksCount
The number of pending tasks for the ECS Cluster
Declaration
public readonly int PendingTasksCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RegisteredContainerInstancesCount
The number of registered container instances for the ECS Cluster
Declaration
public readonly int RegisteredContainerInstancesCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RunningTasksCount
The number of running tasks for the ECS Cluster
Declaration
public readonly int RunningTasksCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Settings
The settings associated with the ECS Cluster.
Declaration
public readonly ImmutableArray<GetClusterSettingResult> Settings
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetClusterSettingResult> |
Status
The status of the ECS Cluster
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |