We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Definition of AWS::Deadline::Worker Resource Type
Using getWorker
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 getWorker(args: GetWorkerArgs, opts?: InvokeOptions): Promise<GetWorkerResult>
function getWorkerOutput(args: GetWorkerOutputArgs, opts?: InvokeOutputOptions): Output<GetWorkerResult>def get_worker(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkerResult
def get_worker_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetWorkerResult]func LookupWorker(ctx *Context, args *LookupWorkerArgs, opts ...InvokeOption) (*LookupWorkerResult, error)
func LookupWorkerOutput(ctx *Context, args *LookupWorkerOutputArgs, opts ...InvokeOption) LookupWorkerResultOutput> Note: This function is named LookupWorker in the Go SDK.
public static class GetWorker
{
public static Task<GetWorkerResult> InvokeAsync(GetWorkerArgs args, InvokeOptions? opts = null)
public static Output<GetWorkerResult> Invoke(GetWorkerInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetWorkerResult> Invoke(GetWorkerInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetWorkerResult> getWorker(GetWorkerArgs args, InvokeOptions options)
public static Output<GetWorkerResult> getWorker(GetWorkerArgs args, InvokeOptions options)
public static Output<GetWorkerResult> getWorker(GetWorkerArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:deadline:getWorker
arguments:
# arguments dictionarydata "aws-native_deadline_get_worker" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the worker.
- Arn string
- The Amazon Resource Name (ARN) of the worker.
- arn string
- The Amazon Resource Name (ARN) of the worker.
- arn String
- The Amazon Resource Name (ARN) of the worker.
- arn string
- The Amazon Resource Name (ARN) of the worker.
- arn str
- The Amazon Resource Name (ARN) of the worker.
- arn String
- The Amazon Resource Name (ARN) of the worker.
getWorker Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the worker.
- Created
At string - The date and time the resource was created.
- Created
By string - The user or system that created this resource.
- Status
Pulumi.
Aws Native. Deadline. Worker Status - The status of the worker.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Worker
Id string - The worker ID.
- Arn string
- The Amazon Resource Name (ARN) of the worker.
- Created
At string - The date and time the resource was created.
- Created
By string - The user or system that created this resource.
- Status
Worker
Status - The status of the worker.
- Tag
- An array of key-value pairs to apply to this resource.
- Worker
Id string - The worker ID.
- arn string
- The Amazon Resource Name (ARN) of the worker.
- created_
at string - The date and time the resource was created.
- created_
by string - The user or system that created this resource.
- status "CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE"
- The status of the worker.
- list(object)
- An array of key-value pairs to apply to this resource.
- worker_
id string - The worker ID.
- arn String
- The Amazon Resource Name (ARN) of the worker.
- created
At String - The date and time the resource was created.
- created
By String - The user or system that created this resource.
- status
Worker
Status - The status of the worker.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- worker
Id String - The worker ID.
- arn string
- The Amazon Resource Name (ARN) of the worker.
- created
At string - The date and time the resource was created.
- created
By string - The user or system that created this resource.
- status
Worker
Status - The status of the worker.
- Tag[]
- An array of key-value pairs to apply to this resource.
- worker
Id string - The worker ID.
- arn str
- The Amazon Resource Name (ARN) of the worker.
- created_
at str - The date and time the resource was created.
- created_
by str - The user or system that created this resource.
- status
Worker
Status - The status of the worker.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- worker_
id str - The worker ID.
- arn String
- The Amazon Resource Name (ARN) of the worker.
- created
At String - The date and time the resource was created.
- created
By String - The user or system that created this resource.
- status "CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE"
- The status of the worker.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
- worker
Id String - The worker ID.
Supporting Types
Tag
WorkerStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi