1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. pcs
  5. Queue

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.pcs.Queue

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    AWS::PCS::Queue resource creates an AWS PCS queue.

    Create Queue Resource

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

    Constructor syntax

    new Queue(name: string, args: QueueArgs, opts?: CustomResourceOptions);
    @overload
    def Queue(resource_name: str,
              args: QueueArgs,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def Queue(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              cluster_id: Optional[str] = None,
              compute_node_group_configurations: Optional[Sequence[QueueComputeNodeGroupConfigurationArgs]] = None,
              name: Optional[str] = None,
              tags: Optional[Mapping[str, str]] = None)
    func NewQueue(ctx *Context, name string, args QueueArgs, opts ...ResourceOption) (*Queue, error)
    public Queue(string name, QueueArgs args, CustomResourceOptions? opts = null)
    public Queue(String name, QueueArgs args)
    public Queue(String name, QueueArgs args, CustomResourceOptions options)
    
    type: aws-native:pcs:Queue
    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 QueueArgs
    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 QueueArgs
    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 QueueArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args QueueArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args QueueArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Queue 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 Queue resource accepts the following input properties:

    ClusterId string
    The ID of the cluster of the queue.
    ComputeNodeGroupConfigurations List<Pulumi.AwsNative.Pcs.Inputs.QueueComputeNodeGroupConfiguration>
    The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
    Name string
    The name that identifies the queue.
    Tags Dictionary<string, string>
    1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
    ClusterId string
    The ID of the cluster of the queue.
    ComputeNodeGroupConfigurations []QueueComputeNodeGroupConfigurationArgs
    The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
    Name string
    The name that identifies the queue.
    Tags map[string]string
    1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
    clusterId String
    The ID of the cluster of the queue.
    computeNodeGroupConfigurations List<QueueComputeNodeGroupConfiguration>
    The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
    name String
    The name that identifies the queue.
    tags Map<String,String>
    1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
    clusterId string
    The ID of the cluster of the queue.
    computeNodeGroupConfigurations QueueComputeNodeGroupConfiguration[]
    The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
    name string
    The name that identifies the queue.
    tags {[key: string]: string}
    1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
    cluster_id str
    The ID of the cluster of the queue.
    compute_node_group_configurations Sequence[QueueComputeNodeGroupConfigurationArgs]
    The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
    name str
    The name that identifies the queue.
    tags Mapping[str, str]
    1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
    clusterId String
    The ID of the cluster of the queue.
    computeNodeGroupConfigurations List<Property Map>
    The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
    name String
    The name that identifies the queue.
    tags Map<String>
    1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.

    Outputs

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

    Arn string
    The unique Amazon Resource Name (ARN) of the queue.
    AwsId string
    The generated unique ID of the queue.
    ErrorInfo List<Pulumi.AwsNative.Pcs.Outputs.QueueErrorInfo>
    The list of errors that occurred during queue provisioning.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status Pulumi.AwsNative.Pcs.QueueStatus
    The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
    Arn string
    The unique Amazon Resource Name (ARN) of the queue.
    AwsId string
    The generated unique ID of the queue.
    ErrorInfo []QueueErrorInfo
    The list of errors that occurred during queue provisioning.
    Id string
    The provider-assigned unique ID for this managed resource.
    Status QueueStatus
    The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
    arn String
    The unique Amazon Resource Name (ARN) of the queue.
    awsId String
    The generated unique ID of the queue.
    errorInfo List<QueueErrorInfo>
    The list of errors that occurred during queue provisioning.
    id String
    The provider-assigned unique ID for this managed resource.
    status QueueStatus
    The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
    arn string
    The unique Amazon Resource Name (ARN) of the queue.
    awsId string
    The generated unique ID of the queue.
    errorInfo QueueErrorInfo[]
    The list of errors that occurred during queue provisioning.
    id string
    The provider-assigned unique ID for this managed resource.
    status QueueStatus
    The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
    arn str
    The unique Amazon Resource Name (ARN) of the queue.
    aws_id str
    The generated unique ID of the queue.
    error_info Sequence[QueueErrorInfo]
    The list of errors that occurred during queue provisioning.
    id str
    The provider-assigned unique ID for this managed resource.
    status QueueStatus
    The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
    arn String
    The unique Amazon Resource Name (ARN) of the queue.
    awsId String
    The generated unique ID of the queue.
    errorInfo List<Property Map>
    The list of errors that occurred during queue provisioning.
    id String
    The provider-assigned unique ID for this managed resource.
    status "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED"
    The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.

    Supporting Types

    QueueComputeNodeGroupConfiguration, QueueComputeNodeGroupConfigurationArgs

    ComputeNodeGroupId string
    The compute node group ID for the compute node group configuration.
    ComputeNodeGroupId string
    The compute node group ID for the compute node group configuration.
    computeNodeGroupId String
    The compute node group ID for the compute node group configuration.
    computeNodeGroupId string
    The compute node group ID for the compute node group configuration.
    compute_node_group_id str
    The compute node group ID for the compute node group configuration.
    computeNodeGroupId String
    The compute node group ID for the compute node group configuration.

    QueueErrorInfo, QueueErrorInfoArgs

    Code string
    The short-form error code.
    Message string
    The detailed error information.
    Code string
    The short-form error code.
    Message string
    The detailed error information.
    code String
    The short-form error code.
    message String
    The detailed error information.
    code string
    The short-form error code.
    message string
    The detailed error information.
    code str
    The short-form error code.
    message str
    The detailed error information.
    code String
    The short-form error code.
    message String
    The detailed error information.

    QueueStatus, QueueStatusArgs

    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    UpdateFailed
    UPDATE_FAILED
    QueueStatusCreating
    CREATING
    QueueStatusActive
    ACTIVE
    QueueStatusUpdating
    UPDATING
    QueueStatusDeleting
    DELETING
    QueueStatusCreateFailed
    CREATE_FAILED
    QueueStatusDeleteFailed
    DELETE_FAILED
    QueueStatusUpdateFailed
    UPDATE_FAILED
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    UpdateFailed
    UPDATE_FAILED
    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Deleting
    DELETING
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    UpdateFailed
    UPDATE_FAILED
    CREATING
    CREATING
    ACTIVE
    ACTIVE
    UPDATING
    UPDATING
    DELETING
    DELETING
    CREATE_FAILED
    CREATE_FAILED
    DELETE_FAILED
    DELETE_FAILED
    UPDATE_FAILED
    UPDATE_FAILED
    "CREATING"
    CREATING
    "ACTIVE"
    ACTIVE
    "UPDATING"
    UPDATING
    "DELETING"
    DELETING
    "CREATE_FAILED"
    CREATE_FAILED
    "DELETE_FAILED"
    DELETE_FAILED
    "UPDATE_FAILED"
    UPDATE_FAILED

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi