Class GetJobQueue
Inheritance
System.Object
GetJobQueue
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.Batch
Assembly: Pulumi.Aws.dll
Syntax
public static class GetJobQueue
Methods
View SourceInvokeAsync(GetJobQueueArgs, InvokeOptions)
The Batch Job Queue data source allows access to details of a specific job queue within AWS Batch.
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using Aws = Pulumi.Aws;
class MyStack : Stack
{
public MyStack()
{
var test_queue = Output.Create(Aws.Batch.GetJobQueue.InvokeAsync(new Aws.Batch.GetJobQueueArgs
{
Name = "tf-test-batch-job-queue",
}));
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetJobQueueResult> InvokeAsync(GetJobQueueArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetJobQueueArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetJobQueueResult> |