TestGridProjectArgs constructor
const
TestGridProjectArgs({})
Creates a new TestGridProjectArgs.
description Human-readable description of the project.
name The name of the Selenium testing project.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
vpcConfig The VPC security groups and subnets that are attached to a project. See VPC Config below.
Implementation
const TestGridProjectArgs({
this.description,
this.name,
this.region,
this.tags,
this.vpcConfig,
});