data class WorkforceWorkforceVpcConfigArgs(val securityGroupIds: Output<List<String>>? = null, val subnets: Output<List<String>>? = null, val vpcEndpointId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<WorkforceWorkforceVpcConfigArgs>