1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. devicefarm
  6. getUpload

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

Viewing docs for AWS Cloud Control v1.78.0
published on Monday, Sep 7, 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.78.0
published on Monday, Sep 7, 2026 by Pulumi

    Represents an app or test scripts upload in AWS Device Farm.

    Using getUpload

    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 getUpload(args: GetUploadArgs, opts?: InvokeOptions): Promise<GetUploadResult>
    function getUploadOutput(args: GetUploadOutputArgs, opts?: InvokeOutputOptions): Output<GetUploadResult>
    def get_upload(arn: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetUploadResult
    def get_upload_output(arn: pulumi.Input[Optional[str]] = None,
                   opts: Optional[InvokeOutputOptions] = None) -> Output[GetUploadResult]
    func LookupUpload(ctx *Context, args *LookupUploadArgs, opts ...InvokeOption) (*LookupUploadResult, error)
    func LookupUploadOutput(ctx *Context, args *LookupUploadOutputArgs, opts ...InvokeOption) LookupUploadResultOutput

    > Note: This function is named LookupUpload in the Go SDK.

    public static class GetUpload 
    {
        public static Task<GetUploadResult> InvokeAsync(GetUploadArgs args, InvokeOptions? opts = null)
        public static Output<GetUploadResult> Invoke(GetUploadInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetUploadResult> Invoke(GetUploadInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetUploadResult> getUpload(GetUploadArgs args, InvokeOptions options)
    public static Output<GetUploadResult> getUpload(GetUploadArgs args, InvokeOptions options)
    public static Output<GetUploadResult> getUpload(GetUploadArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:devicefarm:getUpload
      arguments:
        # arguments dictionary
    data "aws-native_devicefarm_get_upload" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the upload.
    Arn string
    The Amazon Resource Name (ARN) of the upload.
    arn string
    The Amazon Resource Name (ARN) of the upload.
    arn String
    The Amazon Resource Name (ARN) of the upload.
    arn string
    The Amazon Resource Name (ARN) of the upload.
    arn str
    The Amazon Resource Name (ARN) of the upload.
    arn String
    The Amazon Resource Name (ARN) of the upload.

    getUpload Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the upload.
    Category Pulumi.AwsNative.DeviceFarm.UploadCategory
    The upload's category.
    Created string
    When the upload was created.
    Status Pulumi.AwsNative.DeviceFarm.UploadStatus
    The upload's status.
    Arn string
    The Amazon Resource Name (ARN) of the upload.
    Category UploadCategory
    The upload's category.
    Created string
    When the upload was created.
    Status UploadStatus
    The upload's status.
    arn string
    The Amazon Resource Name (ARN) of the upload.
    category "CURATED" | "PRIVATE"
    The upload's category.
    created string
    When the upload was created.
    status "INITIALIZED" | "PROCESSING" | "SUCCEEDED" | "FAILED"
    The upload's status.
    arn String
    The Amazon Resource Name (ARN) of the upload.
    category UploadCategory
    The upload's category.
    created String
    When the upload was created.
    status UploadStatus
    The upload's status.
    arn string
    The Amazon Resource Name (ARN) of the upload.
    category UploadCategory
    The upload's category.
    created string
    When the upload was created.
    status UploadStatus
    The upload's status.
    arn str
    The Amazon Resource Name (ARN) of the upload.
    category UploadCategory
    The upload's category.
    created str
    When the upload was created.
    status UploadStatus
    The upload's status.
    arn String
    The Amazon Resource Name (ARN) of the upload.
    category "CURATED" | "PRIVATE"
    The upload's category.
    created String
    When the upload was created.
    status "INITIALIZED" | "PROCESSING" | "SUCCEEDED" | "FAILED"
    The upload's status.

    Supporting Types

    UploadCategory

    UploadStatus

    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.78.0
    published on Monday, Sep 7, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial