Class GetTaskDefinitionResult
Inheritance
System.Object
GetTaskDefinitionResult
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 GetTaskDefinitionResult
Fields
View SourceFamily
The family of this task definition
Declaration
public readonly string Family
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 |
NetworkMode
The Docker networking mode to use for the containers in this task.
Declaration
public readonly string NetworkMode
Field Value
| Type | Description |
|---|---|
| System.String |
Revision
The revision of this task definition
Declaration
public readonly int Revision
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Status
The status of this task definition
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
TaskDefinition
Declaration
public readonly string TaskDefinition
Field Value
| Type | Description |
|---|---|
| System.String |
TaskRoleArn
The ARN of the IAM role that containers in this task can assume
Declaration
public readonly string TaskRoleArn
Field Value
| Type | Description |
|---|---|
| System.String |