aws logo
AWS Classic v5.41.0, May 15 23

aws.devicefarm.TestGridProject

Explore with Pulumi AI

Provides a resource to manage AWS Device Farm Test Grid Projects.

NOTE: AWS currently has limited regional support for Device Farm (e.g., us-west-2). See AWS Device Farm endpoints and quotas for information on supported regions.

Create TestGridProject Resource

new TestGridProject(name: string, args?: TestGridProjectArgs, opts?: CustomResourceOptions);
@overload
def TestGridProject(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    description: Optional[str] = None,
                    name: Optional[str] = None,
                    tags: Optional[Mapping[str, str]] = None,
                    vpc_config: Optional[TestGridProjectVpcConfigArgs] = None)
@overload
def TestGridProject(resource_name: str,
                    args: Optional[TestGridProjectArgs] = None,
                    opts: Optional[ResourceOptions] = None)
func NewTestGridProject(ctx *Context, name string, args *TestGridProjectArgs, opts ...ResourceOption) (*TestGridProject, error)
public TestGridProject(string name, TestGridProjectArgs? args = null, CustomResourceOptions? opts = null)
public TestGridProject(String name, TestGridProjectArgs args)
public TestGridProject(String name, TestGridProjectArgs args, CustomResourceOptions options)
type: aws:devicefarm:TestGridProject
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args TestGridProjectArgs
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 TestGridProjectArgs
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 TestGridProjectArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args TestGridProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args TestGridProjectArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

Description string

Human-readable description of the project.

Name string

The name of the Selenium testing project.

Tags Dictionary<string, string>

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

VpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

Description string

Human-readable description of the project.

Name string

The name of the Selenium testing project.

Tags map[string]string

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

VpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

description String

Human-readable description of the project.

name String

The name of the Selenium testing project.

tags Map<String,String>

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

vpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

description string

Human-readable description of the project.

name string

The name of the Selenium testing project.

tags {[key: string]: string}

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

vpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

description str

Human-readable description of the project.

name str

The name of the Selenium testing project.

tags Mapping[str, str]

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

vpc_config TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

description String

Human-readable description of the project.

name String

The name of the Selenium testing project.

tags Map<String>

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

vpcConfig Property Map

The VPC security groups and subnets that are attached to a project. See VPC Config below.

Outputs

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

Arn string

The Amazon Resource Name of this Test Grid Project.

Id string

The provider-assigned unique ID for this managed resource.

TagsAll Dictionary<string, string>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Arn string

The Amazon Resource Name of this Test Grid Project.

Id string

The provider-assigned unique ID for this managed resource.

TagsAll map[string]string

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

arn String

The Amazon Resource Name of this Test Grid Project.

id String

The provider-assigned unique ID for this managed resource.

tagsAll Map<String,String>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

arn string

The Amazon Resource Name of this Test Grid Project.

id string

The provider-assigned unique ID for this managed resource.

tagsAll {[key: string]: string}

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

arn str

The Amazon Resource Name of this Test Grid Project.

id str

The provider-assigned unique ID for this managed resource.

tags_all Mapping[str, str]

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

arn String

The Amazon Resource Name of this Test Grid Project.

id String

The provider-assigned unique ID for this managed resource.

tagsAll Map<String>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Look up Existing TestGridProject Resource

Get an existing TestGridProject resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: TestGridProjectState, opts?: CustomResourceOptions): TestGridProject
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        arn: Optional[str] = None,
        description: Optional[str] = None,
        name: Optional[str] = None,
        tags: Optional[Mapping[str, str]] = None,
        tags_all: Optional[Mapping[str, str]] = None,
        vpc_config: Optional[TestGridProjectVpcConfigArgs] = None) -> TestGridProject
func GetTestGridProject(ctx *Context, name string, id IDInput, state *TestGridProjectState, opts ...ResourceOption) (*TestGridProject, error)
public static TestGridProject Get(string name, Input<string> id, TestGridProjectState? state, CustomResourceOptions? opts = null)
public static TestGridProject get(String name, Output<String> id, TestGridProjectState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Arn string

The Amazon Resource Name of this Test Grid Project.

Description string

Human-readable description of the project.

Name string

The name of the Selenium testing project.

Tags Dictionary<string, string>

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

TagsAll Dictionary<string, string>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

VpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

Arn string

The Amazon Resource Name of this Test Grid Project.

Description string

Human-readable description of the project.

Name string

The name of the Selenium testing project.

Tags map[string]string

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

TagsAll map[string]string

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

VpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

arn String

The Amazon Resource Name of this Test Grid Project.

description String

Human-readable description of the project.

name String

The name of the Selenium testing project.

tags Map<String,String>

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

tagsAll Map<String,String>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

vpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

arn string

The Amazon Resource Name of this Test Grid Project.

description string

Human-readable description of the project.

name string

The name of the Selenium testing project.

tags {[key: string]: string}

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

tagsAll {[key: string]: string}

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

vpcConfig TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

arn str

The Amazon Resource Name of this Test Grid Project.

description str

Human-readable description of the project.

name str

The name of the Selenium testing project.

tags Mapping[str, str]

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

tags_all Mapping[str, str]

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

vpc_config TestGridProjectVpcConfigArgs

The VPC security groups and subnets that are attached to a project. See VPC Config below.

arn String

The Amazon Resource Name of this Test Grid Project.

description String

Human-readable description of the project.

name String

The name of the Selenium testing project.

tags Map<String>

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

tagsAll Map<String>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

vpcConfig Property Map

The VPC security groups and subnets that are attached to a project. See VPC Config below.

Supporting Types

TestGridProjectVpcConfig

SecurityGroupIds List<string>

A list of VPC security group IDs in your Amazon VPC.

SubnetIds List<string>

A list of VPC subnet IDs in your Amazon VPC.

VpcId string

The ID of the Amazon VPC.

SecurityGroupIds []string

A list of VPC security group IDs in your Amazon VPC.

SubnetIds []string

A list of VPC subnet IDs in your Amazon VPC.

VpcId string

The ID of the Amazon VPC.

securityGroupIds List<String>

A list of VPC security group IDs in your Amazon VPC.

subnetIds List<String>

A list of VPC subnet IDs in your Amazon VPC.

vpcId String

The ID of the Amazon VPC.

securityGroupIds string[]

A list of VPC security group IDs in your Amazon VPC.

subnetIds string[]

A list of VPC subnet IDs in your Amazon VPC.

vpcId string

The ID of the Amazon VPC.

security_group_ids Sequence[str]

A list of VPC security group IDs in your Amazon VPC.

subnet_ids Sequence[str]

A list of VPC subnet IDs in your Amazon VPC.

vpc_id str

The ID of the Amazon VPC.

securityGroupIds List<String>

A list of VPC security group IDs in your Amazon VPC.

subnetIds List<String>

A list of VPC subnet IDs in your Amazon VPC.

vpcId String

The ID of the Amazon VPC.

Import

DeviceFarm Test Grid Projects can be imported by their arn

 $ pulumi import aws:devicefarm/testGridProject:TestGridProject example arn:aws:devicefarm:us-west-2:123456789012:testgrid-project:4fa784c7-ccb4-4dbf-ba4f-02198320daa1

Package Details

Repository
AWS Classic pulumi/pulumi-aws
License
Apache-2.0
Notes

This Pulumi package is based on the aws Terraform Provider.