1. Packages
  2. AWS Native
  3. API Docs
  4. deadline
  5. QueueEnvironment

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.107.0 published on Wednesday, May 22, 2024 by Pulumi

aws-native.deadline.QueueEnvironment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.107.0 published on Wednesday, May 22, 2024 by Pulumi

    Definition of AWS::Deadline::QueueEnvironment Resource Type

    Create QueueEnvironment Resource

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

    Constructor syntax

    new QueueEnvironment(name: string, args: QueueEnvironmentArgs, opts?: CustomResourceOptions);
    @overload
    def QueueEnvironment(resource_name: str,
                         args: QueueEnvironmentArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def QueueEnvironment(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         farm_id: Optional[str] = None,
                         priority: Optional[int] = None,
                         queue_id: Optional[str] = None,
                         template: Optional[str] = None,
                         template_type: Optional[QueueEnvironmentEnvironmentTemplateType] = None)
    func NewQueueEnvironment(ctx *Context, name string, args QueueEnvironmentArgs, opts ...ResourceOption) (*QueueEnvironment, error)
    public QueueEnvironment(string name, QueueEnvironmentArgs args, CustomResourceOptions? opts = null)
    public QueueEnvironment(String name, QueueEnvironmentArgs args)
    public QueueEnvironment(String name, QueueEnvironmentArgs args, CustomResourceOptions options)
    
    type: aws-native:deadline:QueueEnvironment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args QueueEnvironmentArgs
    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 QueueEnvironmentArgs
    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 QueueEnvironmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args QueueEnvironmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args QueueEnvironmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const queueEnvironmentResource = new aws_native.deadline.QueueEnvironment("queueEnvironmentResource", {
        farmId: "string",
        priority: 0,
        queueId: "string",
        template: "string",
        templateType: aws_native.deadline.QueueEnvironmentEnvironmentTemplateType.Json,
    });
    
    Coming soon!
    

    QueueEnvironment Resource Properties

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

    Inputs

    The QueueEnvironment resource accepts the following input properties:

    FarmId string
    The identifier assigned to the farm that contains the queue.
    Priority int
    The queue environment's priority.
    QueueId string
    The unique identifier of the queue that contains the environment.
    Template string
    A JSON or YAML template the describes the processing environment for the queue.
    TemplateType Pulumi.AwsNative.Deadline.QueueEnvironmentEnvironmentTemplateType
    Specifies whether the template for the queue environment is JSON or YAML.
    FarmId string
    The identifier assigned to the farm that contains the queue.
    Priority int
    The queue environment's priority.
    QueueId string
    The unique identifier of the queue that contains the environment.
    Template string
    A JSON or YAML template the describes the processing environment for the queue.
    TemplateType QueueEnvironmentEnvironmentTemplateType
    Specifies whether the template for the queue environment is JSON or YAML.
    farmId String
    The identifier assigned to the farm that contains the queue.
    priority Integer
    The queue environment's priority.
    queueId String
    The unique identifier of the queue that contains the environment.
    template String
    A JSON or YAML template the describes the processing environment for the queue.
    templateType QueueEnvironmentEnvironmentTemplateType
    Specifies whether the template for the queue environment is JSON or YAML.
    farmId string
    The identifier assigned to the farm that contains the queue.
    priority number
    The queue environment's priority.
    queueId string
    The unique identifier of the queue that contains the environment.
    template string
    A JSON or YAML template the describes the processing environment for the queue.
    templateType QueueEnvironmentEnvironmentTemplateType
    Specifies whether the template for the queue environment is JSON or YAML.
    farm_id str
    The identifier assigned to the farm that contains the queue.
    priority int
    The queue environment's priority.
    queue_id str
    The unique identifier of the queue that contains the environment.
    template str
    A JSON or YAML template the describes the processing environment for the queue.
    template_type QueueEnvironmentEnvironmentTemplateType
    Specifies whether the template for the queue environment is JSON or YAML.
    farmId String
    The identifier assigned to the farm that contains the queue.
    priority Number
    The queue environment's priority.
    queueId String
    The unique identifier of the queue that contains the environment.
    template String
    A JSON or YAML template the describes the processing environment for the queue.
    templateType "JSON" | "YAML"
    Specifies whether the template for the queue environment is JSON or YAML.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the queue environment.
    QueueEnvironmentId string
    The queue environment ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the queue environment.
    QueueEnvironmentId string
    The queue environment ID.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the queue environment.
    queueEnvironmentId String
    The queue environment ID.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the queue environment.
    queueEnvironmentId string
    The queue environment ID.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the queue environment.
    queue_environment_id str
    The queue environment ID.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the queue environment.
    queueEnvironmentId String
    The queue environment ID.

    Supporting Types

    QueueEnvironmentEnvironmentTemplateType, QueueEnvironmentEnvironmentTemplateTypeArgs

    Json
    JSON
    Yaml
    YAML
    QueueEnvironmentEnvironmentTemplateTypeJson
    JSON
    QueueEnvironmentEnvironmentTemplateTypeYaml
    YAML
    Json
    JSON
    Yaml
    YAML
    Json
    JSON
    Yaml
    YAML
    JSON
    JSON
    YAML
    YAML
    "JSON"
    JSON
    "YAML"
    YAML

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.107.0 published on Wednesday, May 22, 2024 by Pulumi