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
published on Monday, Sep 7, 2026 by Pulumi
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
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 dictionarydata "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.
Aws Native. Device Farm. Upload Category - The upload's category.
- Created string
- When the upload was created.
- Status
Pulumi.
Aws Native. Device Farm. Upload Status - The upload's status.
- Arn string
- The Amazon Resource Name (ARN) of the upload.
- Category
Upload
Category - The upload's category.
- Created string
- When the upload was created.
- Status
Upload
Status - 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
Upload
Category - The upload's category.
- created String
- When the upload was created.
- status
Upload
Status - The upload's status.
- arn string
- The Amazon Resource Name (ARN) of the upload.
- category
Upload
Category - The upload's category.
- created string
- When the upload was created.
- status
Upload
Status - The upload's status.
- arn str
- The Amazon Resource Name (ARN) of the upload.
- category
Upload
Category - The upload's category.
- created str
- When the upload was created.
- status
Upload
Status - 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
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
published on Monday, Sep 7, 2026 by Pulumi