1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. deadline
  6. Worker

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
aws-native logo aws-native logo

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

    Definition of AWS::Deadline::Worker Resource Type

    Create Worker Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Worker(name: string, args: WorkerArgs, opts?: CustomResourceOptions);
    @overload
    def Worker(resource_name: str,
               args: WorkerArgs,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Worker(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               farm_id: Optional[str] = None,
               fleet_id: Optional[str] = None,
               host_properties: Optional[WorkerHostPropertiesRequestArgs] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewWorker(ctx *Context, name string, args WorkerArgs, opts ...ResourceOption) (*Worker, error)
    public Worker(string name, WorkerArgs args, CustomResourceOptions? opts = null)
    public Worker(String name, WorkerArgs args)
    public Worker(String name, WorkerArgs args, CustomResourceOptions options)
    
    type: aws-native:deadline:Worker
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_deadline_worker" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args WorkerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WorkerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WorkerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WorkerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WorkerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Worker Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Worker resource accepts the following input properties:

    FarmId string
    The farm ID.
    FleetId string
    The fleet ID.
    HostProperties Pulumi.AwsNative.Deadline.Inputs.WorkerHostPropertiesRequest
    The IP address and host name of the worker.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    FarmId string
    The farm ID.
    FleetId string
    The fleet ID.
    HostProperties WorkerHostPropertiesRequestArgs
    The IP address and host name of the worker.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    farm_id string
    The farm ID.
    fleet_id string
    The fleet ID.
    host_properties object
    The IP address and host name of the worker.
    tags list(object)
    An array of key-value pairs to apply to this resource.
    farmId String
    The farm ID.
    fleetId String
    The fleet ID.
    hostProperties WorkerHostPropertiesRequest
    The IP address and host name of the worker.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    farmId string
    The farm ID.
    fleetId string
    The fleet ID.
    hostProperties WorkerHostPropertiesRequest
    The IP address and host name of the worker.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    farm_id str
    The farm ID.
    fleet_id str
    The fleet ID.
    host_properties WorkerHostPropertiesRequestArgs
    The IP address and host name of the worker.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    farmId String
    The farm ID.
    fleetId String
    The fleet ID.
    hostProperties Property Map
    The IP address and host name of the worker.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Worker resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the worker.
    CreatedAt string
    The date and time the resource was created.
    CreatedBy string
    The user or system that created this resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.Deadline.WorkerStatus
    The status of the worker.
    WorkerId string
    The worker ID.
    Arn string
    The Amazon Resource Name (ARN) of the worker.
    CreatedAt string
    The date and time the resource was created.
    CreatedBy string
    The user or system that created this resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status WorkerStatus
    The status of the worker.
    WorkerId 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.
    id string
    The provider-assigned unique ID for this managed resource.
    status "CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE"
    The status of the worker.
    worker_id string
    The worker ID.
    arn String
    The Amazon Resource Name (ARN) of the worker.
    createdAt String
    The date and time the resource was created.
    createdBy String
    The user or system that created this resource.
    id String
    The provider-assigned unique ID for this managed resource.
    status WorkerStatus
    The status of the worker.
    workerId String
    The worker ID.
    arn string
    The Amazon Resource Name (ARN) of the worker.
    createdAt string
    The date and time the resource was created.
    createdBy string
    The user or system that created this resource.
    id string
    The provider-assigned unique ID for this managed resource.
    status WorkerStatus
    The status of the worker.
    workerId 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.
    id str
    The provider-assigned unique ID for this managed resource.
    status WorkerStatus
    The status of the worker.
    worker_id str
    The worker ID.
    arn String
    The Amazon Resource Name (ARN) of the worker.
    createdAt String
    The date and time the resource was created.
    createdBy String
    The user or system that created this resource.
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATED" | "STARTED" | "STOPPING" | "STOPPED" | "NOT_RESPONDING" | "NOT_COMPATIBLE" | "RUNNING" | "IDLE"
    The status of the worker.
    workerId String
    The worker ID.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    WorkerHostPropertiesRequest, WorkerHostPropertiesRequestArgs

    The host property details.
    host_name string
    The host name.
    ip_addresses object
    hostName String
    The host name.
    ipAddresses Property Map

    WorkerIpAddresses, WorkerIpAddressesArgs

    The IP addresses for a host.
    IpV4Addresses List<string>
    The IpV4 address of the network.
    IpV6Addresses List<string>
    The IpV6 address for the network and node component.
    IpV4Addresses []string
    The IpV4 address of the network.
    IpV6Addresses []string
    The IpV6 address for the network and node component.
    ip_v4_addresses list(string)
    The IpV4 address of the network.
    ip_v6_addresses list(string)
    The IpV6 address for the network and node component.
    ipV4Addresses List<String>
    The IpV4 address of the network.
    ipV6Addresses List<String>
    The IpV6 address for the network and node component.
    ipV4Addresses string[]
    The IpV4 address of the network.
    ipV6Addresses string[]
    The IpV6 address for the network and node component.
    ip_v4_addresses Sequence[str]
    The IpV4 address of the network.
    ip_v6_addresses Sequence[str]
    The IpV6 address for the network and node component.
    ipV4Addresses List<String>
    The IpV4 address of the network.
    ipV6Addresses List<String>
    The IpV6 address for the network and node component.

    WorkerStatus, WorkerStatusArgs

    Created
    CREATED
    Started
    STARTED
    Stopping
    STOPPING
    Stopped
    STOPPED
    NotResponding
    NOT_RESPONDING
    NotCompatible
    NOT_COMPATIBLE
    Running
    RUNNING
    Idle
    IDLE
    WorkerStatusCreated
    CREATED
    WorkerStatusStarted
    STARTED
    WorkerStatusStopping
    STOPPING
    WorkerStatusStopped
    STOPPED
    WorkerStatusNotResponding
    NOT_RESPONDING
    WorkerStatusNotCompatible
    NOT_COMPATIBLE
    WorkerStatusRunning
    RUNNING
    WorkerStatusIdle
    IDLE
    "CREATED"
    CREATED
    "STARTED"
    STARTED
    "STOPPING"
    STOPPING
    "STOPPED"
    STOPPED
    "NOT_RESPONDING"
    NOT_RESPONDING
    "NOT_COMPATIBLE"
    NOT_COMPATIBLE
    "RUNNING"
    RUNNING
    "IDLE"
    IDLE
    Created
    CREATED
    Started
    STARTED
    Stopping
    STOPPING
    Stopped
    STOPPED
    NotResponding
    NOT_RESPONDING
    NotCompatible
    NOT_COMPATIBLE
    Running
    RUNNING
    Idle
    IDLE
    Created
    CREATED
    Started
    STARTED
    Stopping
    STOPPING
    Stopped
    STOPPED
    NotResponding
    NOT_RESPONDING
    NotCompatible
    NOT_COMPATIBLE
    Running
    RUNNING
    Idle
    IDLE
    CREATED
    CREATED
    STARTED
    STARTED
    STOPPING
    STOPPING
    STOPPED
    STOPPED
    NOT_RESPONDING
    NOT_RESPONDING
    NOT_COMPATIBLE
    NOT_COMPATIBLE
    RUNNING
    RUNNING
    IDLE
    IDLE
    "CREATED"
    CREATED
    "STARTED"
    STARTED
    "STOPPING"
    STOPPING
    "STOPPED"
    STOPPED
    "NOT_RESPONDING"
    NOT_RESPONDING
    "NOT_COMPATIBLE"
    NOT_COMPATIBLE
    "RUNNING"
    RUNNING
    "IDLE"
    IDLE

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial