Resource: awsDevicefarmProject
Provides a resource to manage AWS Device Farm Projects.
For more information about Device Farm Projects, see the AWS Documentation on Device Farm Projects.
\~> NOTE: AWS currently has limited regional support for Device Farm (e.g., usWest2
). See AWS Device Farm endpoints and quotas for information on supported regions.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.devicefarmProject.DevicefarmProject(this, "awesome_devices", {
name: "my-device-farm",
});
Argument Reference
name
- (Required) The name of the projectdefaultJobTimeoutMinutes
- (Optional) Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.tags
- (Optional) A map of tags to assign to the resource. If configured with a providerdefaultTags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
Attributes Reference
In addition to all arguments above, the following attributes are exported:
arn
- The Amazon Resource Name of this projecttagsAll
- A map of tags assigned to the resource, including those inherited from the providerdefaultTags
configuration block.
Import
DeviceFarm Projects can be imported by their arn: