Class GetTaskDefinition
Inheritance
System.Object
GetTaskDefinition
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 static class GetTaskDefinition
Methods
View SourceInvokeAsync(GetTaskDefinitionArgs, InvokeOptions)
The ECS task definition data source allows access to details of a specific AWS ECS task definition.
{{% examples %}} {{% /examples %}}
Declaration
public static Task<GetTaskDefinitionResult> InvokeAsync(GetTaskDefinitionArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetTaskDefinitionArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetTaskDefinitionResult> |