Show / Hide Table of Contents

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 Source

Arn

The ARN of the ECS Cluster

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

ClusterName

Declaration
public readonly string ClusterName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

PendingTasksCount

The number of pending tasks for the ECS Cluster

Declaration
public readonly int PendingTasksCount
Field Value
Type Description
System.Int32
View Source

RegisteredContainerInstancesCount

The number of registered container instances for the ECS Cluster

Declaration
public readonly int RegisteredContainerInstancesCount
Field Value
Type Description
System.Int32
View Source

RunningTasksCount

The number of running tasks for the ECS Cluster

Declaration
public readonly int RunningTasksCount
Field Value
Type Description
System.Int32
View Source

Settings

The settings associated with the ECS Cluster.

Declaration
public readonly ImmutableArray<GetClusterSettingResult> Settings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetClusterSettingResult>
View Source

Status

The status of the ECS Cluster

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.