We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
Resource Type definition for a Device Farm TestGrid Project
Using getTestGridProject
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 getTestGridProject(args: GetTestGridProjectArgs, opts?: InvokeOptions): Promise<GetTestGridProjectResult>
function getTestGridProjectOutput(args: GetTestGridProjectOutputArgs, opts?: InvokeOptions): Output<GetTestGridProjectResult>def get_test_grid_project(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTestGridProjectResult
def get_test_grid_project_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTestGridProjectResult]func LookupTestGridProject(ctx *Context, args *LookupTestGridProjectArgs, opts ...InvokeOption) (*LookupTestGridProjectResult, error)
func LookupTestGridProjectOutput(ctx *Context, args *LookupTestGridProjectOutputArgs, opts ...InvokeOption) LookupTestGridProjectResultOutput> Note: This function is named LookupTestGridProject in the Go SDK.
public static class GetTestGridProject
{
public static Task<GetTestGridProjectResult> InvokeAsync(GetTestGridProjectArgs args, InvokeOptions? opts = null)
public static Output<GetTestGridProjectResult> Invoke(GetTestGridProjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTestGridProjectResult> getTestGridProject(GetTestGridProjectArgs args, InvokeOptions options)
public static Output<GetTestGridProjectResult> getTestGridProject(GetTestGridProjectArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:devicefarm:getTestGridProject
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide .
- Arn string
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide .
- arn String
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide .
- arn string
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide .
- arn str
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide .
- arn String
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide .
getTestGridProject Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide . - Description string
- A human-readable description for the project.
- Name string
- A human-readable name for the project.
-
List<Pulumi.
Aws Native. Outputs. Tag> An array of key-value pairs to apply to this resource.
For more information, see Tag in the guide .
- Arn string
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide . - Description string
- A human-readable description for the project.
- Name string
- A human-readable name for the project.
- Tag
An array of key-value pairs to apply to this resource.
For more information, see Tag in the guide .
- arn String
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide . - description String
- A human-readable description for the project.
- name String
- A human-readable name for the project.
- List<Tag>
An array of key-value pairs to apply to this resource.
For more information, see Tag in the guide .
- arn string
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide . - description string
- A human-readable description for the project.
- name string
- A human-readable name for the project.
- Tag[]
An array of key-value pairs to apply to this resource.
For more information, see Tag in the guide .
- arn str
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide . - description str
- A human-readable description for the project.
- name str
- A human-readable name for the project.
- Sequence[root_Tag]
An array of key-value pairs to apply to this resource.
For more information, see Tag in the guide .
- arn String
- The Amazon Resource Name (ARN) of the
TestGridproject. See Amazon resource names in the General Reference guide . - description String
- A human-readable description for the project.
- name String
- A human-readable name for the project.
- List<Property Map>
An array of key-value pairs to apply to this resource.
For more information, see Tag in the guide .
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
