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>
AWS::DeviceFarm::TestGridProject creates a new 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)