We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.deadline.getQueueEnvironment
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Definition of AWS::Deadline::QueueEnvironment Resource Type
Using getQueueEnvironment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getQueueEnvironment(args: GetQueueEnvironmentArgs, opts?: InvokeOptions): Promise<GetQueueEnvironmentResult>
function getQueueEnvironmentOutput(args: GetQueueEnvironmentOutputArgs, opts?: InvokeOptions): Output<GetQueueEnvironmentResult>
def get_queue_environment(farm_id: Optional[str] = None,
queue_environment_id: Optional[str] = None,
queue_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetQueueEnvironmentResult
def get_queue_environment_output(farm_id: Optional[pulumi.Input[str]] = None,
queue_environment_id: Optional[pulumi.Input[str]] = None,
queue_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetQueueEnvironmentResult]
func LookupQueueEnvironment(ctx *Context, args *LookupQueueEnvironmentArgs, opts ...InvokeOption) (*LookupQueueEnvironmentResult, error)
func LookupQueueEnvironmentOutput(ctx *Context, args *LookupQueueEnvironmentOutputArgs, opts ...InvokeOption) LookupQueueEnvironmentResultOutput
> Note: This function is named LookupQueueEnvironment
in the Go SDK.
public static class GetQueueEnvironment
{
public static Task<GetQueueEnvironmentResult> InvokeAsync(GetQueueEnvironmentArgs args, InvokeOptions? opts = null)
public static Output<GetQueueEnvironmentResult> Invoke(GetQueueEnvironmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetQueueEnvironmentResult> getQueueEnvironment(GetQueueEnvironmentArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:deadline:getQueueEnvironment
arguments:
# arguments dictionary
The following arguments are supported:
- Farm
Id string - The identifier assigned to the farm that contains the queue.
- Queue
Environment stringId - The queue environment ID.
- Queue
Id string - The unique identifier of the queue that contains the environment.
- Farm
Id string - The identifier assigned to the farm that contains the queue.
- Queue
Environment stringId - The queue environment ID.
- Queue
Id string - The unique identifier of the queue that contains the environment.
- farm
Id String - The identifier assigned to the farm that contains the queue.
- queue
Environment StringId - The queue environment ID.
- queue
Id String - The unique identifier of the queue that contains the environment.
- farm
Id string - The identifier assigned to the farm that contains the queue.
- queue
Environment stringId - The queue environment ID.
- queue
Id string - The unique identifier of the queue that contains the environment.
- farm_
id str - The identifier assigned to the farm that contains the queue.
- queue_
environment_ strid - The queue environment ID.
- queue_
id str - The unique identifier of the queue that contains the environment.
- farm
Id String - The identifier assigned to the farm that contains the queue.
- queue
Environment StringId - The queue environment ID.
- queue
Id String - The unique identifier of the queue that contains the environment.
getQueueEnvironment Result
The following output properties are available:
- Name string
- The name of the queue environment.
- Priority int
- The queue environment's priority.
- Queue
Environment stringId - The queue environment ID.
- Template string
- A JSON or YAML template that describes the processing environment for the queue.
- Template
Type Pulumi.Aws Native. Deadline. Queue Environment Environment Template Type - Specifies whether the template for the queue environment is JSON or YAML.
- Name string
- The name of the queue environment.
- Priority int
- The queue environment's priority.
- Queue
Environment stringId - The queue environment ID.
- Template string
- A JSON or YAML template that describes the processing environment for the queue.
- Template
Type QueueEnvironment Environment Template Type - Specifies whether the template for the queue environment is JSON or YAML.
- name String
- The name of the queue environment.
- priority Integer
- The queue environment's priority.
- queue
Environment StringId - The queue environment ID.
- template String
- A JSON or YAML template that describes the processing environment for the queue.
- template
Type QueueEnvironment Environment Template Type - Specifies whether the template for the queue environment is JSON or YAML.
- name string
- The name of the queue environment.
- priority number
- The queue environment's priority.
- queue
Environment stringId - The queue environment ID.
- template string
- A JSON or YAML template that describes the processing environment for the queue.
- template
Type QueueEnvironment Environment Template Type - Specifies whether the template for the queue environment is JSON or YAML.
- name str
- The name of the queue environment.
- priority int
- The queue environment's priority.
- queue_
environment_ strid - The queue environment ID.
- template str
- A JSON or YAML template that describes the processing environment for the queue.
- template_
type QueueEnvironment Environment Template Type - Specifies whether the template for the queue environment is JSON or YAML.
- name String
- The name of the queue environment.
- priority Number
- The queue environment's priority.
- queue
Environment StringId - The queue environment ID.
- template String
- A JSON or YAML template that describes the processing environment for the queue.
- template
Type "JSON" | "YAML" - Specifies whether the template for the queue environment is JSON or YAML.
Supporting Types
QueueEnvironmentEnvironmentTemplateType
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi