WorkgroupArgs

constructor(baseCapacity: Output<Int>? = null, configParameters: Output<List<WorkgroupConfigParameterArgs>>? = null, enhancedVpcRouting: Output<Boolean>? = null, maxCapacity: Output<Int>? = null, namespaceName: Output<String>? = null, port: Output<Int>? = null, publiclyAccessible: Output<Boolean>? = null, securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, workgroupName: Output<String>? = null)