Class GetTaskDefinitionArgs
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 GetTaskDefinitionArgs : InvokeArgs
Constructors
View SourceGetTaskDefinitionArgs()
Declaration
public GetTaskDefinitionArgs()
Properties
View SourceTaskDefinition
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 |