Show / Hide Table of Contents

Class GetTaskDefinitionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetTaskDefinitionArgs
Inherited Members
InvokeArgs.Empty
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 GetTaskDefinitionArgs : InvokeArgs

Constructors

View Source

GetTaskDefinitionArgs()

Declaration
public GetTaskDefinitionArgs()

Properties

View Source

TaskDefinition

The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, the ARN of the task definition to access to.

Declaration
public string TaskDefinition { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.