Project Args
data class ProjectArgs(val defaultJobTimeoutMinutes: Output<Int>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vpcConfig: Output<ProjectVpcConfigArgs>? = null) : ConvertibleToJava<ProjectArgs>
AWS::DeviceFarm::Project creates a new Device Farm Project
Constructors
Link copied to clipboard
constructor(defaultJobTimeoutMinutes: Output<Int>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpcConfig: Output<ProjectVpcConfigArgs>? = null)