Test Grid Project Args
data class TestGridProjectArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vpcConfig: Output<TestGridProjectVpcConfigArgs>? = null) : ConvertibleToJava<TestGridProjectArgs>
Resource Type definition for a Device Farm TestGrid Project
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpcConfig: Output<TestGridProjectVpcConfigArgs>? = null)