Show / Hide Table of Contents

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 Source

Family

The family of this task definition

Declaration
public readonly string Family
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

NetworkMode

The Docker networking mode to use for the containers in this task.

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

Revision

The revision of this task definition

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

Status

The status of this task definition

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

TaskDefinition

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.