AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.deadline.QueueEnvironment
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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.
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:
- Farm
Id string - The identifier assigned to the farm that contains the queue.
- Priority int
- The queue environment's priority.
- Queue
Id string - The unique identifier of the queue that contains the environment.
- 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.
- Farm
Id string - The identifier assigned to the farm that contains the queue.
- Priority int
- The queue environment's priority.
- Queue
Id string - The unique identifier of the queue that contains the environment.
- 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.
- farm
Id String - The identifier assigned to the farm that contains the queue.
- priority Integer
- The queue environment's priority.
- queue
Id String - The unique identifier of the queue that contains the environment.
- 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.
- farm
Id string - The identifier assigned to the farm that contains the queue.
- priority number
- The queue environment's priority.
- queue
Id string - The unique identifier of the queue that contains the environment.
- 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.
- 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 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.
- farm
Id String - The identifier assigned to the farm that contains the queue.
- priority Number
- The queue environment's priority.
- queue
Id String - The unique identifier of the queue that contains the environment.
- 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.
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.
- Queue
Environment stringId - The queue environment ID.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the queue environment.
- Queue
Environment stringId - The queue environment ID.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the queue environment.
- queue
Environment StringId - The queue environment ID.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the queue environment.
- queue
Environment stringId - 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_ strid - The queue environment ID.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the queue environment.
- queue
Environment StringId - The queue environment ID.
Supporting Types
QueueEnvironmentEnvironmentTemplateType, QueueEnvironmentEnvironmentTemplateTypeArgs
- Json
- JSON
- Yaml
- YAML
- Queue
Environment Environment Template Type Json - JSON
- Queue
Environment Environment Template Type Yaml - 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 is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi